sql server - TSQL: Try-Catch Transaction in Trigger - Stack Overflow
I am trying to put a try-catch statement inside a trigger using Microsoft Server 2005. BEGIN TRANSACTION BEGIN TRY --Some More SQL COMMIT TRANSACTION END TRY BEGIN ...
stackoverflow.com |