在analyze window中撤销已执行的sql query

在意外更新数据库属性并影响日常工作和Web服务器后,建议使用IMPLICIT_TRANSACTIONS和事务管理来测试SQL查询。通过开启IMPLICIT_TRANSACTIONS,执行更新查询,然后在不确定结果时回滚事务,可以避免不必要的改动。这样做可以确保在测试期间的数据完整性。
摘要由CSDN通过智能技术生成

 

when I updated the property with the same window,

I am schokced cuz this affected my daily work and webserver, others can realize this stupied operation in short time.

so please use the following sql query format to test when you are not sure what will happen...

 

 

SET IMPLICIT_TRANSACTIONS on

 

begin tran

sql query goes here   [update AspNetPerf.dbo.PARAM set paramvalue ='19991' where uniquer=33]

Rollback

 

select * from param

 

 

steps:

a.  SET IMPLICIT_TRANSACTIONS on

b.  execute sql query

b.  if you do want to make changes, execute rollback.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值