Set of tools to improve my own experience using SSMS. Intended to be used with the newer version of SSMS (21). Separated in a different repository from SSMS Tools since the shell changed and now Visual Studio 2022 can be used for development.
- SQL Server Management Studio 21
- 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 from releases and pick the zip file for your version
- Extract the zip
- Run the VSIX file and specify your target
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