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

Author  Topic 

ramesh31
Starting Member

11 Posts

Posted - 2007-06-07 : 14:55:51

EXEC MASTER..XP_CMDSHELL 'BCP "SET FMTONLY OFF SELECT * FROM ##tbtoFlat" OUT "\\servername\iNVDAT\CORP0001.xmt" -c -q -U"tapp" -P"emmmNA"'

Above BCP command generates error:

output
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
SQLState = 08S01, NativeError = 233
Error = [Microsoft][SQL Native Client]Shared Memory Provider: No process is on the other end of the pipe.

NULL
SQLState = 08S01, NativeError = 233
Error = [Microsoft][SQL Native Client]Communication link failure
NULL


-Thanks in Advance
Ramesh

dinakar
Master Smack Fu Yak Hacker

2507 Posts

Posted - 2007-06-07 : 15:17:34
Duplicate : http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=84706

Dinakar Nethi
************************
Life is short. Enjoy it.
************************
http://weblogs.sqlteam.com/dinakar/
Go to Top of Page
   

- Advertisement -