I am exporting data from SQL server to existing Excel workbook.
Now I want to create new excel workbook with multiple excel sheets using SQL.
I Don't want to use IMPORT/EXPORT feature of SSMS.
Please let me know how to create excel workbook with multiple sheets.
Actually, it would be a whole lot easier if you wrote stored procedures and or views in T-SQL and then wrote a workbook to use "External Data" to "auto-magically" load it. You'd also enjoy the benefit of being able to use Active Directory to control who has access to the data.