Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
ourspt
Starting Member
33 Posts |
Posted - 2005-02-21 : 04:40:04
|
| I am trying to customize SQL query analyzer window. I want to give CTRL + F1 key to display an SP content. When I go into Tools --> Customize and give sp_helptext next to CTRL + F1 and then when I highlight an SP name and press CTRL and F1 keys, it says sp_helptext needs a parameter. What is the syntax I need to give here? Or is this in fact the right way to do it? Where would I set it up so that for seeing th content of SPs, I dont have to type sp_helptext every time but instead select the SP and press CTRL + F1.Thanksourspt |
|
|
hgorijal
Constraint Violating Yak Guru
277 Posts |
Posted - 2005-02-21 : 05:16:48
|
| hmm.. that's the way I do it too; and it works pretty fine for me.sure you have highlited the stored procedure name before hitting Ctrl+F1 ? I'm sure you did !!!!Hemanth GorijalaExchange a Dollar, we still have ONE each._______Exchange an Idea, we both have TWO each. |
 |
|
|
|
|
|