Viewing post 1 (of 1 total)
to do rollback in a right way,
I wrote:
-----------------
BEGIN Tran t1
DROP TABLE T
go
ROLLBACK
GO
----------------
SELECT * FROM T
the Question of the Day was wrong, I guess, so, was completed with errors....
October 5, 2009 at 8:03 pm
#1062061