Contents 

AdeptSQL Diff Reference
AdeptSQl Diff versions, history and milestones
Supported versions of MS SQL Server
Getting started
Connecting to databases
Scanning available servers
Saving and opening comparisons
Running from command line
Diff in portable mode
Working with the schema
Viewing schema differences
Ignored Differences
Comparing objects side-by-side
Dragging and dropping schema items
Using schema filters
Generating comparison reports
Customizing the reports
Executing the SQL
SQL errors and warnings
Transaction support
Keyboard shortcuts
Editing commands and keyboard shortcuts
Using keyboard templates
Choosing debugger's key mapping
Comparing table data
DataDiff overview
DataDiff configuration dialog - table-level
DataDiff configuration dialog - columns
Special situations comparing data
Exporting data to Excel
DataDiff Reports
Column configuration file
Configuring AdeptSQL Diff
Options dialog
Schema Scan
Selective Loading
Comparison
Name Comparison
Code Comparison
User-defined types
Indexes and Statistics
Permissions and XProps
Synonyms
Other details to ignore
Scripting
General logic
Side-by-side scripting
Formatting
Identifiers
Schema Level
Tables
Constraints
Default Values
Procedures, Views, etc
Visuals
Text Fonts
Schema Tree
Summary collections
Side-by-Side View
Suppressed dialogs
Data comparison options
General
Scripting
Column Config File
Using COM Automation interface
Automating schema comparison
Automating data comparison
Licensing and contact info
Registration of AdeptSQL Diff
License conditions
Contact information

AdeptSQL Diff Online Help

Prev Page Next Page

Options / Comparison / Synonyms

Top  Previous  Next

opt_synonymsSYNONYMs were first introduced in SQL 2005, but support for them in AdeptSQL Diff was only added in one of the latest 1.96 releases.  The SYNONYMs are rather simple objects, so the only option affecting them tells the Diff if the actual object names behind the synonyms should be compared literally or using a "smart" comparison algorithm. 

This "smart" comparison first parses each of the 2 object names into their 4 components: server, database, schema and object). Each part is then converted to uppercase and any delimiters (such as []) removed.  If the referenced object is on the same server is as the synonym itself, the Diff removes that part of the name, then proceeds with similar reductions on database and schema parts.  As the result, a SYNONYM on Server1.DB1.Schema1 referring to "Server1.DB1.Schema1.MyTable" and a SYNONYM on Server2.DB2.Schema2 referring to "Server2.DB2.Schema2.MyTable" or just to "[MyTable]" would be found identical.

 

 

   
Converted from CHM to HTML with chm2web Standard 2.85 (unicode)