HI,
I want to write a DTS package, which will create an Excel file. I am using a stored procedure in SQL server as the source. Based on a parameter, the Stored procedure will return different set of columns. How can I create a DTS job, which will create the Excel file dynamically based on the Columns returned by stored procedure. Can any one help me.