Posts
Sort by recent activity
Parallel execution against servers not databases
It would be very useful if there was another option for parallel execution:
Databases per Server to execute against simultaneously.
For example, we have about 180 databases across 6 database server...
Temporarily disable SQL Prompt
Is there a way to set up a toolbar or menu item to temporarily disable SQL Prompt - similar to how I can turn Intellisense on and off.
I am working with a large script and SQL Prompt is slowing my ...
SVN post-commit hook to update QA database
Is there a way to do an SVN post-commit hook so we can update the QA databases when a developer checks in the code? According to a couple of articles I found on this site, I would need to set up s...
Script encrypted stored procedures
I brought this issue up in the past, but it was never really answered. We really need a way for SQL Compare to force the scripting of encrypted stored procedures like it did in version 4.x. I don...
Ignore NOT FOR REPLICATION
We just added replication to our dev environment then took it off, but SQL left NOT FOR REPLICATION settings on all of the identity columns. Now every other table is failing comparison. Is there ...
Comparing encrypted sprocs
When comparing databases with encrypted sprocs in version 4, it would just create an alter script for each encrypted sproc. This was fine and good because it didn't matter if it changed - it would...