Ingnore indexes except primary keys
Fredvc
Posts: 5
Hello, is it possible to ignore indexes but wihtout ignoring primary keys?
Reason: I do not want to drop the indexes created on a specific implementation that are created for optimal performance within that environment, however primary key changes should be detected.
Info/reason: we start from 1 development, where some basic (overall valid) indexes are applied, but on specific implementations, we add specific indexes, based on the specific usage of that environment.
During later compares, I want to take over table changes, primary key changes etc, but I do not want to drop the specifc indexes in the target.
Reason: I do not want to drop the indexes created on a specific implementation that are created for optimal performance within that environment, however primary key changes should be detected.
Info/reason: we start from 1 development, where some basic (overall valid) indexes are applied, but on specific implementations, we add specific indexes, based on the specific usage of that environment.
During later compares, I want to take over table changes, primary key changes etc, but I do not want to drop the specifc indexes in the target.