Which Transact-SQL statement should you include at the beginning of the stored procedure?

You are writing a set of queries against a FILESTREAM-enabled database.
You create a stored procedure that will update multiple tables within a transaction.
You need to ensure that if the stored procedure raises a run-time error, the entire transaction is terminated and rolled back.
Which Transact-SQL statement should you include at the beginning of the stored procedure?
A. SET IMPLICIT_TRANSACTIONS ON
B. SET TRANSACTION ISOLATION LEVEL SNAPSHOT
C. SET IMPLICIT_TRANSACTIONS OFF
D. SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
E. SET XACT_ABORT OFF
F. SET XACT_ABORT ON

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.