Posts
Sort by recent activity
How to use multiple Options to compare two databases.
I'm a C# dev using SQL Compare 5.0 to compare two databases named SourceDB and TargetDB. I call the register method on the Database a la
SourceDB.Database.Register(SourceDB.ConxProps, Options.Ignor...