what are the different short cuts for performing usual tasks in SQL 2005. eg, ctrl+T to show the result in text format, ctrl+d in data format.
+2
A:
Duplicate:
SQL Server Management Studio – tips for improving the TSQL coding process
“Favorites” or “macros” in SQL Server Management studio?
MSDN articles listing all shortcuts:
Mitch Wheat
2009-04-26 14:38:04
A:
Highlight a table name in your query and as long as its in the same database Alt-F1 will show you schema information. Very useful.
Jason Punyon
2009-04-26 14:41:09