Greetings!
I've written a stored procedure which pulls data and dumps it into a temp table...however, I'm trying to figure out if its possible to send the data (hundreds of rows) to a text file. I've come across references to using osql but only in a batch file environment, not as part of a stored procedure.
Any suggestions on what to use in this case? Could the query results be dumped in one step, or would I have to loop through each row to output it to the text file?
Thanks for your help!
Start Free Trial