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 |
|
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 @parameterAn infinite universe is the ultimate cartesian product. |
 |
|
|
|
|
|