javaUser
javaUser

Reputation: 67

How can I spool data from SQL Server to an Excel file in different sheets

I have already implemented spooling the result of a SQL Server database query to a .csv file using the SPOOL command.

How can I spool multiple query results into different sheets of an Excel file?

.CSV file doesn't support different sheets like that of Excel since it is flat.

Upvotes: 1

Views: 901

Answers (1)

Related Questions