Hello,
I have to create an SSIS package to write various results to a text file. The first thing is to list the contents of a stored procedure. I'm guessing that this would involve calling sp_helptext. The next thing would be the results of the stored procedure which would be a few columns with headers. What would be the best way to accomplish this?