Vertical Text Selection in SSMS

Often you have a list of values that you need to put into a query, but you only need certain columns of the data. I used to have to edit the data to get it in the format I needed, but now I can easily copy out the values I need using a single ALT key.

Continue reading Vertical Text Selection in SSMS

Extract code from your databases

Quick, you need to get all of the code for all of your stored procedures in your database!  All you need to do is go to your source control system and get them right?  What do you mean you do not have them, well here is how to extract them from the database so you can create a source control baseline.

Continue reading Extract code from your databases