Exporting Data from SQL Server to Excel Directly
Had a request to export data out from SQL Server to Excel directly. There are a few ways you can do this. BCP is one, another is OPENROWSET. SSIS, etc. Here is the OPENROWSET method, using Jet (I think this only works on 32bit servers as well) First you need to enable a setting on [...]
View Comments | 547 views
