When testing a procedure for an error or creating an ad hoc query, the number one typed syntax is select top N * from table. I wanted to create a keyboard short-cut to help speed up this process and I came up with this. Once the stored procedure is deploy. Put a single tick on each side of a table, including schema and database, highlight the object and hit ctrl + 6 and SSMS will select top 1000 all from the table. To create a keyboard short cut please visit http://msdn.microsoft.com/en-us/library/ms174178(v=sql.105).aspx. Here is an example: 'Database.Schema.Table'