Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: DDL Rollback

    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....

Viewing post 1 (of 1 total)