SSMS Tools Pack is an Add-In (Add-On) for Microsoft SQL Server Management Studio 2005 and
Microsoft SQL Server Management Studio Express 2005.
It contains a few upgrades to the IDE that I thought were missing from Management Studio.
These are:
- Query Execution History (Soft Source Control): saves every query text you execute in a file or in a database
- Text document Collapsable Regions and Debug sections: regions and debug section known from Visual Studio which are missing in SSMS
- New query template: set the template that will open when you open a new query
- CRUD (Create, Read, Update, Delete) stored procedure generation: templated CRUD stored procedure generation
- Running custom scripts from Object Explorer's Context menu: Add custom scripts you can execute from the object explorer context menu
you can find it on www.SsmsToolsPack.com
Any suggestions for improvements are welcomed.