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 2005 Forums
 Transact-SQL (2005)
 Error in BCP Command

Author  Topic 

sudha12345
Starting Member

47 Posts

Posted - 2009-06-10 : 05:53:48
BCP HMSS_HOLD..CONFIGURATION in D:\ config.txt -c -U MedNet -P Wipro123 -S 10.150.135.132

Starting copy...
SQLState = HY000, NativeError = 0
Error = [Microsoft][SQL Native Client]Unexpected EOF encountered in BCP data-fil

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

can any one help me on this error

Sudhakar

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2009-06-10 : 06:08:49
I think there should be no space in the file name.
Write "D:\Config.txt" instead of "D:\ Config.txt"


E 12°55'05.63"
N 56°04'39.26"
Go to Top of Page
   

- Advertisement -