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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-03-25 : 08:36:50
|
| Pete writes "I got this store procedure for ex. create proc usp_test (@a int output)asselect @a = 1But this store procedure will be call using dynamic queryexec ('pubs.dbo.usp_test @b output')NOTE: if i run not using dynamic query then I got the output backpubs.dbo.usp_test @b outputHow do I got the output back calling from dynamic SQL.thanks," |
|
|
ToddV
Posting Yak Master
218 Posts |
|
|
|
|
|