sql server - I would like to know how to view rolled back objects? -
i created ddl trigger create table
, in trigger did rollback. how can view table tried created?
you can use logging check tables tried created, before rollback. handle exception, if exception occurs, log details , rollback.
Comments
Post a Comment