--Use @p1, @p2, and @p3 later in the procedure If you want to get the best answer for your question read faq183-874 and faq183-3179. Terry L. Broadbent - DBA
SQL Server Page:
The stored proc is already written. Currenty I don't have output parameters, just returning a recordset, which in reality is just just one record. I was hoping I could do this without adding more parameters for output.
Select v1=1, v2=2, v3=3
Go If you want to get the best answer for your question read faq183-874 and faq183-3179. Terry L. Broadbent - DBA
SQL Server Page:
You said you wanted to return a record set. SimpleSample does that. Help me understand what you want and post what you already have. Some samples may help. If you want to get the best answer for your question read faq183-874 and faq183-3179. Terry L. Broadbent - DBA
SQL Server Page:
I'm looking for the same thing I think. I just don't know the syntax (or if it's possible) to call StoredProcB from StoredProcA. I would want StoredProcA to send in two parameters and StoredProcB to return one variable. I can give more specifics if anyone is available to help.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.