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

Activity overview

Latest activity by wdhenrik

Can you verify if Ignore System Named Constraint and Index Names is also selected? That option is further down the list. The options you have in your screenshot may only be ignoring user named constraint and indexes. / comments
Can you verify if Ignore System Named Constraint and Index Names is also selected? That option is further down the list. The options you have in your screenshot may only be ignoring user named co...
0 votes
I'm glad this feature has been added, but I think some additional tweaks are needed. Currently, IGNORE INDEXES (II) and IGNORE PERFORMANCE INDEXES (IPI) are tightly coupled. If I select II, then IPI is selected as well. More importantly, if I unselect IPI, II is deselected as well. In the current implementation, changing my uniqueness constraint will also require comparing all of my performance tuning indexes. My production environment will always have different performance indexes. Changing the data quality constraint does not mean all of my other performance tuning indexes are invalidated. I think these features need to be decoupled, with Ignore Indexes being removed and replaced with a more targeted option. 1. Ignore primary key and unique constraints: Ignores unique constraints & primary keys, including the associated indexes that are used to enforce data quality. (Replaces ignore indexes) 2. Ignore performance indexes: Ignores clustered & non-clustered indexes that do not affect data quality. Does not include primary key or unique constraint indexes. I understand this may require invalidating Saved Defaults, but I think the clarity is worth it. Although the new performance indexes feature has value, I cannot use it to update unique/primary key constraints without risking the performance of the target environment. / comments
I'm glad this feature has been added, but I think some additional tweaks are needed. Currently, IGNORE INDEXES (II) and IGNORE PERFORMANCE INDEXES (IPI) are tightly coupled. If I select II, then I...
0 votes
Primary Key not synched if Indexes are ignored - FYI
This request is more for everyone else then me. If you choose to ignore Indexes in your comparison, SQL Compare will not deploy the Primary Key with the table. I understand that an index is associa...
2 followers 2 comments 0 votes
Data Compare won't see my views
The Tables & Views tab (and Object Mapping tab) in SQL Data Compare doesn't list any of my views. Is this intentional? I'd really like to be able to use a view to compare some data as there is no ...
1 follower 1 comment 0 votes
Please add comparing sys tables into the options menu. I can understand why you wouldn't want them to be included in the default settings, but this could be very useful. / comments
Please add comparing sys tables into the options menu. I can understand why you wouldn't want them to be included in the default settings, but this could be very useful.
0 votes
Compare values in sys tables
I want to compare some SQL Agent job definitions in the MSDB database. SQL Compare can't see them because they are not "objects" and SQL Data Compare doesn't see the sys tables. Any suggestions? I...
2 followers 3 comments 0 votes