2016年1月26日

事物回滚

摘要: 总体作为一个事务,整体提交或整体回滚BEGIN tran PriceDECLARE @tran_error int;SET @tran_error=0; BEGIN try UPDATE t_PortGrant SET PortPrice ='200' WHERE StageID=73 AND St... 阅读全文

posted @ 2016-01-26 16:47 梨窝★浅笑 阅读(156) 评论(0) 推荐(0)

导航