MIMIX replicates identity columns in SQL tables and checks for scenarios that can cause duplicate identity column values after switching and, if possible, prevents the problem from occurring. In some cases, identity columns will need to be processed by manually running the Set Identity Column Attribute (SETIDCOLA) command.
This command is useful for handling scenarios that would otherwise result in errors caused by duplicate identity column values when inserting rows into tables.