Ignore insignificant differences in default values
kev1609
Posts: 16 Bronze 2
Hi,
We have some tables where the only differences are similar to those shown below:
Database one:
[Hazardous] [bit] NOT NULL DEFAULT (0),
[Reefer] [bit] NOT NULL DEFAULT (0),
Database two:
[Hazardous] [bit] NOT NULL DEFAULT ((0)),
[Reefer] [bit] NOT NULL DEFAULT ((0)),
Is there any setting I can use that will cause these differences to be ignored?
We have some tables where the only differences are similar to those shown below:
Database one:
[Hazardous] [bit] NOT NULL DEFAULT (0),
[Reefer] [bit] NOT NULL DEFAULT (0),
Database two:
[Hazardous] [bit] NOT NULL DEFAULT ((0)),
[Reefer] [bit] NOT NULL DEFAULT ((0)),
Is there any setting I can use that will cause these differences to be ignored?
Comments
We have long-term plans to fix the side-by-side view on this issue, but so far worries about the performance impact have stopped us doing it.
Redgate Software
Any thoughts about implementing the enhancement, perhaps optionally? I am using SQL Compare 8.50.12.20.
Thanks.