I would like the user to be able to click a button on the web page that will run a SQL query (canned report) and export the result data to an Excel spreadsheet. The data does not need to display on ...
I'm creating a DTS task in SQL Server 2000 that includes the following (so far). SQL Server connection that runs a stored procedure and returns a set of data. Excel connection to an excel file on my ...