ptheriault
IS-IT--Management
I have a used the bcp command to copy 4 millions rows out of a table to a .dat file. I zipped it and coppied it to another server that I am going to bcp the data back in. The database and table names and schemas are all the same. When I try to bcp the data back in it asks me to define each field. Is there are way around this.
This is the syntax I am using.
- Paul
- Database performance looks fine, it must be the Network!
This is the syntax I am using.
Code:
bcp mavresource.dbo.cumulative_claim in d:\dba\ce.dat -Usa -P** -SMavStg
- Paul
- Database performance looks fine, it must be the Network!