Is there a way in Microsoft SQL Server Management Studio, to program a function key?
I’d like to map a function key to “SELECT * FROM dbo.”
Is there a way in Microsoft SQL Server Management Studio, to program a function
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would recommend that you use a free management studio tool called “SSMS Tools Pack” from Mladen Prajdic. It has a feature called SQL snippets where you can map snippets of SQL code to predefined keystrokes (“ssf” + ENTER” will do what you want using the tool).
I use it every day at different clients and its part of my SQL toolkit. Check it out here:
http://www.ssmstoolspack.com.
Eric