Comments
Sort by recent activity
Ah, I see. I don't think we have an easy way of doing that at the moment / comments
Ah, I see. I don't think we have an easy way of doing that at the moment
When tables don't have a primary key or unique constraint, Data Compare won't choose a comparison key by default (since the likelihood of getting it wrong is pretty high) -- however, you can choose the comparison key yourself: http://documentation.red-gate.com/displ ... e+compared / comments
When tables don't have a primary key or unique constraint, Data Compare won't choose a comparison key by default (since the likelihood of getting it wrong is pretty high) -- however, you can choose...
I think this is fixed in our latest Frequent Updates release (11.1.7.47) -- we should be getting the existence check the right way round now. / comments
I think this is fixed in our latest Frequent Updates release (11.1.7.47) -- we should be getting the existence check the right way round now.
I think the Ignore Permissions option ( http://documentation.red-gate.com/displ ... ermissions ) might do what you want / comments
I think the Ignore Permissions option ( http://documentation.red-gate.com/displ ... ermissions ) might do what you want
I think the 'Maximum batch size' option might do what you want: http://documentation.red-gate.com/displ ... on+options / comments
I think the 'Maximum batch size' option might do what you want: http://documentation.red-gate.com/displ ... on+options
One problem we've seen is registration taking a lot more time while debugging - is it still slow when running without debugging?
(I believe one of the reasons for this is that the debugger slows down exception handling a lot, since it has to stop the world and check if it needs to break on each exception) / comments
One problem we've seen is registration taking a lot more time while debugging - is it still slow when running without debugging?
(I believe one of the reasons for this is that the debugger slows do...
It looks like there might be a problem with how you're using SetOptions - it's just a handy wrapper around Plus/Except, so it returns a new Options rather than mutating the existing one.
I'm guessing you want something like this:
options = options.Plus(Options.IgnoreConstraintNames, Options.IgnoreSystemNamedConstraintNames);
Apologies if this wasn't clear. / comments
It looks like there might be a problem with how you're using SetOptions - it's just a handy wrapper around Plus/Except, so it returns a new Options rather than mutating the existing one.
I'm guessi...
@mmoore I'm not sure if it was added in the meantime, but the Snapper included in SQL Compare v12 does include a commandline - if you run
RedGate.SQLSnapper.exe /help
you can see more details. / comments
@mmoore I'm not sure if it was added in the meantime, but the Snapper included in SQL Compare v12 does include a commandline - if you run
RedGate.SQLSnapper.exe /help
you can see more details.
Hi there
I think this behaviour is improved in our latest Frequent Updates release (11.1.7.47) - Compare should now refresh views less often; it will no longer refresh views unrelated to the deployment and will refresh no views if the 'Include Dependencies' option is disabled / comments
Hi there
I think this behaviour is improved in our latest Frequent Updates release (11.1.7.47) - Compare should now refresh views less often; it will no longer refresh views unrelated to the deploy...
Hi there
I think this behaviour is improved in our latest Frequent Updates release (11.1.7.47) - Compare should now refresh views less often; it will no longer refresh views unrelated to the deployment and will refresh no views if the 'Include Dependencies' option is disabled / comments
Hi there
I think this behaviour is improved in our latest Frequent Updates release (11.1.7.47) - Compare should now refresh views less often; it will no longer refresh views unrelated to the deploy...