SQL Refactor Studio is a SQL Server Management Studio addin. It contains a lot of useful tools that help SQL Server developers to perform their daily routines..
Refactoring Rename. This refactoring method provides an easy way to rename existing object in your database and automatically find and correct the dependent database code, such as dependent tables, views, procedures, functions, triggers, etc.
View Dependencies. The «View Dependencies» is a powerful utility that can be used to quickly find database object dependencies.
Find Code. The «Find Code» is a powerful utility that can be used to quickly find SQL code in all database object type.
Displaying calculations on the SSMS status bar. For a quick look at totals of cells that are selected in your query results page, take a look at the SSMS status bar. On the status bar, SQL Refactor Studio displays the sum/avg/count of selected cells that contain numeric data. The sum value on the status bar updates as quickly as you can select or deselect cells.
Generate Select Statement. The fastest way to transfer data from an external source (e.g. MS Excel, MS Access) into the MS SQL Server database.
Script Table Data. The fastest way to get script of data of the table!
Generate C# classes. This feature allows you to generate simple C# classes based on tables.