June 30, 2004 at 5:42 am
Is there an easy way to write the output of a cursor to a file from within a stored procedure? Someone suggested using Osql?
June 30, 2004 at 6:36 am
You will have to use sp_OQCreate to open a file system object and write in the data unless you are using DTS.
July 1, 2004 at 7:41 am
July 1, 2004 at 7:50 am
I actullay just resolved this, I turned to DTS in the end, created an ActiveX task and used ADO and FSO. Out of interest it was to build an HTML file that I used within xp_smtp_sendmail and attach it as a messagefile. Thanks for the pointers
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply