SourceControl - Ignore Replication Changes
We use SourceControl in an MSSQL Merge Replicated database. The database uses ID pools, which generate contrains all the time with new pools for each table.
The result is that all those tables show very frequently as if they were "changed", while that's technically true we don't care about those changes (those are system generated constrains, we don't want to source control that). It is basically garbage in our "changes" view, and it is actually preventing us from keeping our changes properly committed (hard to look for the changes one is doing, if there are 100 tables changes sitting around).
Ideally there would be an option tell the system to ignore "replication generated objects" (maybe multiple options, one per each type of object that replication generates).
Thanks.
-
Ryan commented
We have the exact same problem. This would be a huge improvement for us as well. Currently we have a few work-arounds that are rather clunky, and are prohibiting us from automating our build process as much as we'd like.
I wish I could post more than 3-votes... this is the single greatest improvement we would like to see to SQL Compare.