Thursday, January 24, 2013

Shortcut Key for Table Details in Sql Server Management Studio



 ALT + F1 it will display the details of that table.
In the background shortcut key will execute sp_help on your behalf, so in this example it
 executes: sp_help users, which is much quicker than typing it.