I need to find a way to write a stored procedure to create an excel file to export data. I want to access the stored procedure from an ASP page to export records to an excel workbook.
One thing you can do is to create a dts package to export data into excel. You can do your selection criteria in the dts itself. Then, have a stored procedure run this package.
Andel
andel@barroga.net
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.