How i can capture one nested stored procedure's ouput parameter and using the out param in calling stored procedure...Help me..declare @.i int
exec sptest @.i output
create procedure sptest
@.i int output
as
...
For a dynamic sp call see
www.nigelrivett.com
setting variables from dynamic sql
Monday, March 12, 2012
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment