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 2008 Forums
 Transact-SQL (2008)
 How to call Stored Procedure

Author  Topic 

komnaz
Starting Member

5 Posts

Posted - 2009-12-20 : 06:16:36

Hi,

Please help me...I have Store Procedure usp_XXX with XML input paramater.I want to call this procedure(usp_xxx) in one another proceure like Usp_yyy(parameter XML). Please help me how it will work???

cat_jesus
Aged Yak Warrior

547 Posts

Posted - 2009-12-20 : 22:46:30
exec USP_xxx @parameter

An infinite universe is the ultimate cartesian product.
Go to Top of Page
   

- Advertisement -