How can I rollback an UPDATE query in SQL server 2005?

后端 未结 10 2398
北海茫月
北海茫月 2020-12-14 09:15

How can I rollback an UPDATE query in SQL server 2005?

I need to do this in SQL, not through code.

10条回答
  •  無奈伤痛
    2020-12-14 09:40

    From the information you have specified, your best chance of recovery is through a database backup. I don't think you're going to be able to rollback any of those changes you pushed through since you were apparently not using transactions at the time.

提交回复
热议问题