Filter on command type
EnrightMcC
Posts: 14 Bronze 2
I would like to capture schema changes to a database. Unfortunately it's a staging database and check constraints are turned off, and on to allow simultaneous table loading.
DLM Dashboard sends an alter every time "alter table [tablename] nocheck constraint all" is executed. I'd like to ignore this command, and the next one where the constraints are turned back on.
DLM Dashboard sends an alter every time "alter table [tablename] nocheck constraint all" is executed. I'd like to ignore this command, and the next one where the constraints are turned back on.
Comments
Also I'd like to be able to ignore Microsoft generated objects that are created when I replicate the production database.