How can we help you today? How can we help you today?

Ingnore indexes except primary keys

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.
Fredvc
0

Add comment

Please sign in to leave a comment.