Is there a way to get the number of records affected for each statement in a stored procedure, not the total number of records affected by the stored procedure that I would get using RecordsAffected? For example, I have a stored procedure that performs a delete and then an insert, and I need the number of records deleted and the number of records inserted.
Thanks,
Andrea
Thanks,
Andrea