存储过程事物的处理 一般情况在proc中判断的处理我们都采用 ) begin select '错误' return end 而在tran中我们最好用抛异常的方式 begin try begin SET @vcResult = '失败' ,) end insert into Table(a,b,c)value('a','b','c') begin SET @vcResult = '失败' ,) end end try begin catch --如果proc中有嵌套的proc,而嵌套的proc中也…