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 to my local PC

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-02-13 : 09:32:24
Benjee writes "I have written code to dump data from a SQL Server table to a drive. When I executed the proc, it dumped the data to the server drive. How can I modify the procedure so that when executed, it will dump data to the loca pc. Urgent help is highly needed. Thank you

Benjee"

Page47
Master Smack Fu Yak Hacker

2878 Posts

Posted - 2003-02-13 : 09:50:26
either create a share on your box and mount that share on the server ... or use the unc path to your client box.

this will only work if you are on the same network.

Jay White
{0}
Go to Top of Page
   

- Advertisement -