⚠️ Archived Repository NoticeThis repository is no longer actively maintained and has been archived. The extension works with SSMS 20. Due to the shell change on SSMS 21, a separated repository was created: SSMSTools-21
Set of tools to improve my own experience using SSMS 20
- SQL Server Management Studio 20
- Multi Db Query runner
2024-11-19.23-58-31.mp4
Generates a query to be executed in the selected databases of the server
- Download the latest zip file with the content
- Go to your install path and its
Extensionssubfolder (for example:C:\Program Files (x86)\Microsoft SQL Server Management Studio 20\Common7\IDE\Extensions) - Create a
SSMSToolsfolder - Paste the content of the zip file inside the folder
- Visual Studio 2017 (SSMS things, we can't use a newer version)
Inside the solution, you need to change two paths:
- Debug -> External program being started
- VSIX -> VSIX content copy path
Both have paths that, although common, might differ from your local development
- Improve UI / UX
- Pipeline
- In-Memory multi db runner command to display the result
MIT