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
 General SQL Server Forums
 New to SQL Server Programming
 Record Affected

Author  Topic 

chiman

21 Posts

Posted - 2007-11-05 : 10:47:00
Hi,
I am using Nested Sp's
I need to get the Records Affected [Row Count] by the nested SP.

Thanks.

nr
SQLTeam MVY

12543 Posts

Posted - 2007-11-05 : 10:52:38
Return the value as an output parameter from the sp and pass it up the chain?


==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -