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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Stored procedure

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
Go to Top of Page
   

- Advertisement -