KS DB Merge Tools logo KS DB Merge Tools
Documentation
MssqlMerge logo for SQL Server
aka MssqlMerge
KS DB Merge Tools for Oracle logo
KS DB Merge Tools for MySQL logo
KS DB Merge Tools for PostgreSQL logo
KS DB Merge Tools for SQLite logo
AccdbMerge logo
KS DB Merge Tools for Cross-DBMS logo

View definition diff tab

  • Opened from: Object list tab
  • Applicable tab-specific toolbar actions:
    • Export to Excel
    • Jump to the next, previous change
    • Select all, none, invert selection on the left, all, none, invert selection on the right side
    • Merge left selected items to the right side, right selected items to the left side
    • Delete selected items on the right side, selected items on the right side
  • Applicable object types: Views

This tab allows to compare definition of particular view:

for SQL Server, view definition diff tab

Tab is divided into 4 major collapsible sections (View definition, Indexes, Triggers and Columns) and bottom grid/text preview of the selected item. Column list is marked as DIFF ONLY because this list is driven by the query definition SELECT statement. Column changes are highlighted but they do not affect the result of checking whether the view is changed or not. 'SELECT * ..' kind of view can be counted as non-changed if the view definition text is the same, but the column list can be different because of changes in the underlying tables. Columns can be shown in the one of two modes:

  • Natural order - column are shown in the order they are returned by the view
  • Sorted by name

Vertical toolbar between two panels contains additional tab-specific actions:

  • 'Open view definition as text' opens text diff tab with a view script
  • Open data diff for the current view
  • Open data diff for the current view filtered only to new and changed records
  • opens query result diff with select top 1000 records statement for this view

When bottom text preview is active (for view definition, index or trigger), it contains two more actions:

  • Show text preview line totals
  • Show text preview selected line

Free version limitations:

  • The whole tab is not available

Last updated: 2023-09-27