Synonyms not identified as different
flcdrg
Posts: 17 Bronze 2
Comparing two databases that contain synonyms similar to the following
schema 1:
CREATE SYNONYM [synSample].[InsertSummary] FOR [dbOne].[dbo].[InsertSummary]
schema 2:
CREATE SYNONYM [synSample].[InsertSummary] FOR [dbTwo].[dbo].[InsertSummary]
Why aren't these highlighted as a difference?
We're using the SDK to update a database and this change wasn't noticed by the SDK. We've confirmed that SQL Compare 8 also doesn't show this as a change in the UI.
-dave
schema 1:
CREATE SYNONYM [synSample].[InsertSummary] FOR [dbOne].[dbo].[InsertSummary]
schema 2:
CREATE SYNONYM [synSample].[InsertSummary] FOR [dbTwo].[dbo].[InsertSummary]
Why aren't these highlighted as a difference?
We're using the SDK to update a database and this change wasn't noticed by the SDK. We've confirmed that SQL Compare 8 also doesn't show this as a change in the UI.
-dave
Comments
The decision to make this option default was taken because old versions of compare used not to detect these differences.
Hope that helps