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
 Transact-SQL (2000)
 what s wrong with this bcp script pls

Author  Topic 

rtutus
Aged Yak Warrior

522 Posts

Posted - 2007-01-05 : 14:49:45
exec master..xp_cmdshell 'bcp mozaikDB737.dbo.SearchOutput1 out SearchOutput1-CSV-File -T -c -Uusrtest -Ppassword -Sinstance'

error:

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 a lot


   

- Advertisement -