I’m sure you’re an excellent SQL coder writing beautiful efficient queries, but your predecessor . . . well they might have just been lucky to have a job.
Going through someone else’s bad code is usually tiresome, tedious and often very confusing.
I’ve created the T-SQL Assessor excel file to help in this task.
DOWNLOAD (Dropbox link)
The assessor will colour code the sql to highlight the lines of importance. With the Key Word column you can then simply filter to words like INSERT, UPDATE, MERGE and EXEC to see where the data is going or filter the column by the word FROM to see where the data has come from.
To use the T-SQL Assessor file you will first have to format your code using Poor Man’s T-SQL Formatter. This excellent tool can be installed in Visual Studio, SQL Server Management Studio or Notepad++.
http://architectshack.com/PoorMansTSqlFormatter.ashx
You can also use the online option:
Poor Man’s T-SQL Formatter makes text that contains a SQL command a new line, so you can’t have INSERT and FROM on one line. This is what allows Excel formula’s to highlight the lines with key words as each line can only contain one key word, excluding comments.
Once the code is formatted simply paste it into the first sheet of the file, “SQL”.
That’s it, all the work is then done for you on the second sheet of the file, “SQL Assessed”
T-SQL Assessor is also great at preparing a report from a schema compare script created by Visual Studio. It’s very annoying Microsoft didn’t provide a way of exporting the comparison directly into excel the way Redgate did but this will help. Simply filter the file to only include the keywords.
DOWNLOAD (Dropbox link)