Comments
Sort by recent activity
I would like to +1 this question, that I would like an answer to. The UI for my database takes around 5 seconds, using the SDK it takes around 2 minutes. I've tried playing with the Options, but haven't found one that works. Apparently the UI for SQL Compare is using different logic than the SDK?
My code looks like this:
var liveDb = new Database();
var testDb = new Database();
liveServiceDb.RegisterForDataCompare(new ConnectionProperties("Server", "DBName"), Options.Default);
/ comments
I would like to +1 this question, that I would like an answer to. The UI for my database takes around 5 seconds, using the SDK it takes around 2 minutes. I've tried playing with the Options, but ...