![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am not that new to Sql Server but I began using Sql Server Ent 2008 just a month or two ago. I recall that in 2005 Express there was that option. You generate a query or you just use an older query or Stored Procedure and you open that GUI and what was the most important you had an option to assign all parameters and execute the query with parameters which would result in your having rows of the output. I cannot find it in Sql Server 2008 Enterprise. Has it been removed or I simply forgot where it is? Thanks. |
#3
| |||
| |||
|
|
I am not that new to Sql Server but I began using Sql Server Ent 2008 just a month or two ago. I recall that in 2005 Express there was that option. You generate a query or you just use an older query or Stored Procedure and you open that GUI and what was the most important you had an option to assign all parameters and execute the query with parameters which would result in your having rows of the output. I cannot find it in Sql Server 2008 Enterprise. Has it been removed or I simply forgot where it is? Thanks. |
#4
| |||
| |||
|
|
Hi AlexB, I am not sure if this is what exactly you want to know but If you right-click on a stored procedure in SQL Server 2008 Management Studio and select the option "Execute Stored Procedure" you are allowed to set the parameters (if any) for the stored procedure and the query is then constructed automatically. If the above does not answer to your question, can you provide some more details? Cheers. -- Artemakis Artemiou, SQL Server MVP http://aartemiou.blogspot.com This post is provided "as-is" and confers no rights. "AlexB" <alexblaivas (AT) comcast (DOT) net> wrote in message news 30AAD59-39DC-4FAD-A686-A4518BAAACE2 (AT) microsoft (DOT) com...I am not that new to Sql Server but I began using Sql Server Ent 2008 just a month or two ago. I recall that in 2005 Express there was that option. You generate a query or you just use an older query or Stored Procedure and you open that GUI and what was the most important you had an option to assign all parameters and execute the query with parameters which would result in your having rows of the output. I cannot find it in Sql Server 2008 Enterprise. Has it been removed or I simply forgot where it is? Thanks. |
#5
| |||
| |||
|
|
I am not that new to Sql Server but I began using Sql Server Ent 2008 just a month or two ago. I recall that in 2005 Express there was that option. You generate a query or you just use an older query or Stored Procedure and you open that GUI and what was the most important you had an option to assign all parameters and execute the query with parameters which would result in your having rows of the output. I cannot find it in Sql Server 2008 Enterprise. Has it been removed or I simply forgot where it is? Thanks. |
#6
| |||
| |||
|
|
Do you mean the Specify Values for Template Parameters option on the query menu? Also available using Ctrl+Shift+M. -- Rick Byham (MSFT), SQL Server Books Online This posting is provided "AS IS" with no warranties, and confers no rights. "AlexB" <alexblaivas (AT) comcast (DOT) net> wrote in message news 30AAD59-39DC-4FAD-A686-A4518BAAACE2 (AT) microsoft (DOT) com...I am not that new to Sql Server but I began using Sql Server Ent 2008 just a month or two ago. I recall that in 2005 Express there was that option. You generate a query or you just use an older query or Stored Procedure and you open that GUI and what was the most important you had an option to assign all parameters and execute the query with parameters which would result in your having rows of the output. I cannot find it in Sql Server 2008 Enterprise. Has it been removed or I simply forgot where it is? Thanks. |
#7
| |||
| |||
|
|
No. I am talking about the "Execute Stored Procedure" item on the context menu that shows up if you right click on a stored procedure. The context menu item is there if I right click on a SP in a 2005 database but not there if I right click on a SP in a SQLExpress 2005 database. |
![]() |
| Thread Tools | |
| Display Modes | |
| |