Keyboard Shortcuts in SQL Server


Shortcuts in SQL Server:

   Am seeing a frequent questions in the forums about creating shortcuts in SQL Server for frequent queries. How can we achieve it?
 
   Considering am using sp_who query for more than 100 times in a day. In that case, I am fed up with writing this query and execute it. Instead we can create short cuts in the SSMS. So that, we can use it easily.
 
    To achieve it. Goto Tools -> Options ->Environment -> Key board. You can type your query and press Ok button. That particular query will be set for the corresponding short cuts.
 
 Simple to use... Enjoy....
 
Cheers,