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
 SQL Server Development (2000)
 Exporting tables from Query Analyser to text file

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-11-02 : 08:12:02
Joe writes "Currently I use a stored procedure to build an output table and then use XP_CMDSHELL to save this to a text file using BCP.

The security people have terminated access to XP_CMDSHELL as they say it is to powerfull.

I need to programatically (in analyser) save different tables to different locations. (text only)

Does anyone have a solution that does not use the command prompt?"

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2005-11-04 : 05:14:23
See if you use dts for this
www.sqldts.com


Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -