I’d like to be able to run an already parameterized query from within the SSMS:
select name from aTable where id = @id
I know that other IDEs (e.g. TOAD) allow for parameter binding – is this available in SSMS 2008?
Thanks!
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 don’t believe this is possible.
What I usually do in this case is just add the following to the top of the window:
Actually, I think 2008 supports initialization now: