What is the keyboard shortcut to view a SQL Server 2005 (Management Studio) stored procedure -
I heard that the SQL Server 2005 (Management Studio) is a keyboard shortcut to bring the stored procedure code to this key The combination will work similarly to sp_helptext.
This may be the only urban legend
thanks
First thing after setting up Management Studio on a new machine
Tools / Options / Environment / Keyboard / Ctrl-F1 == sp_helptext
Again, I highlight any view Can be stored, Proc, Function, whatever - and press CTL-F1 and text the object in my results window. Not sure that this is what you want, but it definitely helps me to be more useful in the query window.
Comments
Post a Comment