Options

Ingnore indexes except primary keys

FredvcFredvc Posts: 5
edited September 8, 2009 8:41AM in SQL Compare Previous Versions
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.
Sign In or Register to comment.