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)
 Export table as .csv

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-12-13 : 09:46:15
Brroke writes "How do I export a table to a .csv file using a stored procedure?"

aiken
Aged Yak Warrior

525 Posts

Posted - 2001-12-13 : 13:03:55
I would probably approach this by creating a DTS package to do the export, and then a stored procedure to call the DTS package.

Cheers
-b

Go to Top of Page

nr
SQLTeam MVY

12543 Posts

Posted - 2001-12-13 : 19:25:29
see
www.nigelrivett.com
Creating a text file from a stored procedure

==========================================
Cursors are useful if you don't know sql.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -