Are there any free tools/ plug ins for simple refactoring/ code formatting in SQL Server Management Studio?
Really the only things I'm looking for are indentation, and variable renaming.
For example, in Visual Studio, I can do CTRL+R, CTRL+R and it will pop up a window allowing me to rename the variable the cursor is on.
Similarly, I can do CTRL+K, CTRL+D and VS will auto indent my code to the appropriate levels.
If there was a way I could perform those two functions in SSMS, that would be great.
Either SQL Server 2008 or 2012 would be fine.