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

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

image - python get coordinates (pixels) of corresponding points from clicks -