Hi
I'm creating a fairly complex Stored Proc and was wondering what is the size limit of an SP
Also I may want to call other SP's withing the one I'm creating - Is there a max no. I can call from withing one Stored Proc?
Finally - simple one but can't get the synta correct. How do I call a SP from another SP and use the dataset from the first SP in the second SP. e.g
I'm creating a fairly complex Stored Proc and was wondering what is the size limit of an SP
Also I may want to call other SP's withing the one I'm creating - Is there a max no. I can call from withing one Stored Proc?
Finally - simple one but can't get the synta correct. How do I call a SP from another SP and use the dataset from the first SP in the second SP. e.g