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 |
|
ejadrum
Starting Member
3 Posts |
Posted - 2002-01-09 : 14:07:18
|
| I am trying to export to a text file from a stored proc. If possible, I would like to do it without using DTS or BCP. Does anyone know if that's even an option; and if so, how?Thanks |
|
|
mfemenel
Professor Frink
1421 Posts |
Posted - 2002-01-09 : 15:17:24
|
| Search this site for posts by RVOLK including the text BCP and stored procedure. He gave a great code example of using BCP within a stored procedure. Other than that, I think you're out of luck.Mike "A program is a device used to convert data into error messages." |
 |
|
|
|
|
|