
July 20th 2009 | Jonathan Cogley
Quickly look up table information in SQL Server Management Studio
You are working on a SQL query joining some tables when you need to know more about one of your tables … you could open another query window and run “sp_help tbUserGroup” OR you can just select the table and hit ALT F1 to do the same thing!

thanks to Mark King for showing me this trick
[...] Developer Tip Quickly look up table information in SQL Server Management Studio (Jonathan Cogley) [...]
[...] tip combines an earlier tip to show an easy way to grab the columns of a table and use Regular Expressions to format your [...]