Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 bcp

Author  Topic 

fmardani
Constraint Violating Yak Guru

433 Posts

Posted - 2006-03-16 : 04:16:44
Is anything wrong with this bcp?
I am trying to copy the .txt data into table1.
It was working before but I wonder if I have changed something.
It does not work.
bcp database1..table1 in C:\test\data\TH01.txt -c -Sserver1 -Usa -Ppassword

Thanks

fmardani
Constraint Violating Yak Guru

433 Posts

Posted - 2006-03-16 : 04:33:55
Solved.
Thanks
Go to Top of Page
   

- Advertisement -