Hi there,
You have a number of options including DTS / SSIS (SQL Server Integration Services) for exporting the data from the server (as a nightly process for exampe) or by exporting to HTML that looks like an Excel file from an ASP.NET page if you need it as part of the user's interaction. You can also use third party components to generate true Excel files. It all depends on what you're trying to achieve and how.
But since this isn't related to my book, you're better off posting this in a general SQL or ASP.NET category here at p2p.wrox.com. This way you'll attract more viewers. If you decide to post there, be sure to provide more information about what you're trying to accomplish.
Cheers,
Imar
|