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
 Import/Export (DTS) and Replication (2000)
 bcp - Not inserting data

Author  Topic 

chsundar
Starting Member

4 Posts

Posted - 2005-09-08 : 10:13:00
Hi All,

bcp utility Either inserting any data nor returning any error. Can some one suggest how to trace the problem in my code.

bcp staging.dbo.srcaward in \\Iss1w289\msn\MSNe\StdContent\MSNEntertainment\srcAward.dat -n -T -Siss1w289

Output
------
Starting copy...

0 rows copied.
Network packet size (bytes): 4096
Clock Time (ms.): total 1

In that file there are 100 records.

Many thanks in advance.

Soma
   

- Advertisement -