catalog.check_schema_version

Determines whether the SSISDB catalog schema and the Integration Services binaries (ISServerExec and SQLCLR assembly) are compatible.

The ISServerExec.exc logs an error message when the schema and the binaries are incompatible.

The SSISDB schema version is incremented when the schema changes during the application of patches and during upgrades. It is recommended that you run this stored procedure after an SSISDB backup has been restored to ensure that the schema and binaries are compatible.

Syntax

Check_schema_version [@use32bitruntime = ] use32bitruntime

Arguments

  • [ @use32bitruntime= ] use32bitruntime
    When the parameter is set to True, the 32-bit version of dtexec is called. The use32bitruntime is a Bool.

Result Set

None

Permissions

This stored procedure requires the following permission:

  • Membership to the ssis_admin database role.