the bcp utility is for loading data from text files to sql server. i dont think you can use it to upload a .dat file. If you have all of the dat files for the old database, including master.dat you can do a new install of sql server and copy all of the dat files to the correct directories, owerwriting the .dat files created by the install, although this method is not officially recommended by microsoft i have done it successfully.