Select from following answers:- Use distributed transactions.
- Use promotable transactions.
- Use transactions within SQL Server stored procedures.

- All Above
Transactions are most efficient when they are performed on the server. If you are working with a SQL Server database that makes extensive use of explicit transactions, consider writing them as stored procedures using the Transact-SQL BEGIN TRANSACTION statement.
Local transactions incur more overhead than transactions performed on the server.
Show Correct Answer
Source: MeasureUp.Com | Asked In: Many Interviews |
Alert Moderator