Set of tools to improve my own experience using SSMS
- 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
Extensions
subfolder (for example:C:\Program Files (x86)\Microsoft SQL Server Management Studio 20\Common7\IDE\Extensions
) - Create a
SSMSTools
folder - 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