SET XACT_ABORT on
    begin tran

--开始做事了

 

   commit tran
   if @@error>0
       rollback

相关文章: