Posts
Sort by recent activity
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...