SQL Server Code,Tips and Tricks, Performance Tuning

A blog about SQL Server, Books, Movies and life in general

Showing posts with label Transactions. Show all posts
Showing posts with label Transactions. Show all posts
Monday, December 17, 2007

Use XACT_STATE() To Check For Doomed Transactions

›
Let's say you have the following transaction BEGIN TRANSACTION TranA BEGIN TRY DECLARE @cond INT ; SET @cond = 1 END TRY BEGIN CATCH P...
›
Home
View web version
Powered by Blogger.