What is the return type of @@Rowcount function?

 Posted by vishalneeraj-24503 on 1/28/2014 | Category: Sql Server Interview questions | Views: 2738 | Points: 40
Answer:

@@Rowcount function always returns numeric value.

@@Rowcount is an in-built Sql Server function which returns number of rows affected by last executed statement.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response