
SSMS Tools Pack is a Microsoft SQL Server Management Studio (SSMS) add-in that increases your productivity and brings additional features. It comes with SQL Editor improvements like Expand Select *, Run Script at Cursor, and Accidental Data Destruction Protector. Execution Plan Analyzer analyzes the execution plan and suggests possible improvements. SQL Snippets keep your favorite statements accessible with a shortcut of your choice.
v3.2 [Sep 9, 2014]
SSMS Tools Pack 3.2.0.0 is out with a NEW feature, a few improved features and various bug fixes.
2014-09-03 10:00:00
SSMS Tools Pack 3.2 introduces a new feature, the SQL Editor Plus. For now it has 2 very helpful options.
The first one is running a statement at your cursor position by pressing SHIFT F5.
The second one can be a real life saver. It's called the Accidental Data Destruction Protector.
It pops an "Are you sure?" window if it detects you've executed a DELETE or UPDATE statements without a WHERE clause or a TRUNCATE statement.
In CRUD Generator you can now use the |insertColumnList|, |values| and |updateColumnList| variables in both Insert and Update templates. This gives you the ability to create an UpSert template (Update if exist, Insert if not).
Generating Insert Statements for data in result grids can now be also scripted as a simple union all result set without a temp table.
Other changes include various bug fixes in the core engines for error reporting, SQL History, etc.