dbTalk Databases Forums  

xpsql.cpp: Error 87 from GetProxyAccount on line 604

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss xpsql.cpp: Error 87 from GetProxyAccount on line 604 in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
S
 
Posts: n/a

Default xpsql.cpp: Error 87 from GetProxyAccount on line 604 - 04-18-2005 , 02:43 PM






Hi,
I am a web developer trying to execute a storec proc. The stored proc

is :


DECLARE @cmd nvarchar(500)
SET @cmd = 'bcp DBNAME.dbo.TABLENAME out D:\Inetpub\ftproot\TABLE.txt
-k -c -E -USQLUSERNAME -PSQLPASSWORD'
EXEC master..xp_cmdshell @cmd
GO


The userid is a SQL Login.
I have limited knowledge administering SQL Servers. Any help would be
greatly appreciated.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.