Number of Updated rows from a Procedure

How to find Number of Updated rows from a procedure which is having a Update Query?

Questions by anilboora

Showing Answers 1 - 3 of 3 Answers

Add COUNT keyword to the Update queary by which we can get the number of rows effected by the applied update queary. Else by using the front end code we can call the update queary as string which will run after the loop which will count the rows under the given condition. (by using a perameter)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions