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.
| 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 |
 |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2001-12-13 : 19:25:29
|
| seewww.nigelrivett.comCreating 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. |
 |
|
|
|
|
|