Which of the following statements will list the number of BEGIN TRANSACTION statements that have occurred through the current connection without a COMMIT TRANSACTION, COMMIT WORK, ROLLBACK TRANSACTION, or ROLLBACK WORK statement being issued?

 Posted by Rajkatie on 6/30/2013 | Category: Sql Server Interview questions | Views: 5759 | Points: 40
Select from following answers:
  1. PRINT @@TRANCOUNT
  2. PRINT @@ROWCOUN
  3. PRINT @@IDENTITY
  4. All Above

Show Correct Answer


Source: measureup.com | | Alert Moderator 

Comments or Responses

Login to post response