I have the following query:
use valid
begin transaction t1
go
delete from dbo.do
rollback transaction t1
go
With rollback I want to undo the delete operation. Do not get any results, what is wrong?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…