SQL中启用事务,出错回滚 begin tran mytran --启用事务 begin try select * from rc_pdOrder --要执行的语句 commit tran --执行事务 ...