Posts
Sort by recent activity
Invalid Index specification leads to exception
Hi,
I have the following SQL script which SQL Compare is processing using the "compare with files" option:
CREATE TABLE [dbo].[tblMutationHistory]
(
[IDMutationHistory] [int] NOT NULL IDENTITY(1, 1...
SQL Differences: Show only non-ignored differences
We ignore comments when we compare SQL scripts. If SQL Compare finds a relevant difference (which is not a comment), I want to seee the relevant item quickly, using the "SQL differences" window.
Cu...
Feature request: Ignore "WITH ENCRYPTION" option
On some DBs, we have WITH ENCRYPTION enabled, on some, we don't. I would like to have an option "IGNORE WITH ENCRYPTION". If this is turned on, SQL Compare should not care if WITH ENCRYPTION is spe...
ALTER<space><space>VIEW not recognized
It seems like Sql Compare 8 does not recognize ALTER VIEW, ALTER PROCEDURE etc statements if there are multiple spaces in between. This was no problem with Sql Compare 7.