| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Imagine being able to export the results of a T-SQL query straight into an Excel file. Imagine being able to export the results of an unlimited number of scripts at one time.
Well now you can with my free tool sql2xls. The latest beta v0.2.0 is available for download from this link. You can export the results of one or more scripts into an Excel file per instance or database.
The latest version runs on .NET Core 3.1. It has been tested on Windows 10 and macOS Catalina.
Add any stored procedures you want to install, to the procs folder. Files must have a .sql extension.
Add any scripts you want to execute, to the scripts folder. Files must have a .sql extension.
Note: If you want to execute any of the stored procedures, you must add a file in the scripts folder which runs the stored procedure. Each stored procedure you need to run must be separated by the GO batch separator on its own line. It’s probably better to keep these in their own separate files though.
One file is created per database, including the master database.
THIS IS BETA SOFTWARE AND SHOULD NOT BE RUN ON A PRODUCTION ENVIRONMENT WITHOUT EXTENSIVE TESTING.
| Back | FazBrowse Home | New Git URL |