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 - 2005-09-09 : 07:33:03
|
| shadi writes "hi..i need to execute a stored procedure from other stored procedure..aslo i need to pass to it the value of the parameter for seconed strored procedure..how can i do it plzz??" |
|
|
AndrewMurphy
Master Smack Fu Yak Hacker
2916 Posts |
Posted - 2005-09-09 : 11:12:04
|
| exec usp_name2 @id=abc, @valuea=def, @valueb=125 |
 |
|
|
|
|
|