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
You can set XACT_Abort to OFF in the beginning of the trigger.