Issue
When invoking structure_dump on a database which has replication enabled, a number of replication tables and views are created which should not be managed by external tools.
A list of replication related objects can be found here:
Any reservations to creating a denylist in SQLServerDatabaseTasks to prevent some of these from being passed to defncopy?
Taking on known system objects sounds like a larger task, but something that could be worthwhile:
Issue
When invoking
structure_dumpon a database which has replication enabled, a number of replication tables and views are created which should not be managed by external tools.A list of replication related objects can be found here:
Any reservations to creating a denylist in
SQLServerDatabaseTasksto prevent some of these from being passed todefncopy?Taking on known system objects sounds like a larger task, but something that could be worthwhile: