Activity overview
Latest activity by mjswart
From what I understand in the support ticket, this is a known bug:
(reference SC-4077) / comments
From what I understand in the support ticket, this is a known bug:
(reference SC-4077)
I can reproduce this too. http://www.red-gate.com/MessageBoard/vi ... hp?t=20479
[edit] Actually, my reproduction was about disabled constraints, not disabled indexes. But my symptoms seem similar to these symptoms. / comments
I can reproduce this too.http://www.red-gate.com/MessageBoard/vi ... hp?t=20479
[edit] Actually, my reproduction was about disabled constraints, not disabled indexes. But my symptoms seem similar t...
Ignoring Diffs in Enabled vs. Disabled? Foreign Keys
I'm running SQL Compare 10.4.8.87
I'm comparing two databases: The first is defined like this:
create database [Disabled]
go
use [Disabled]
go
create table A
(
id int iden...