Explore a GlobalChangeSpec

A GlobalChangeSpec contains four main sections:

  1. A GlobalChangeSpec element identifies the global change definition feature defined by the spec.

  2. A CreateProcedureSQL element to define the stored procedure via a CREATE PROCEDURE statement that defines the stored procedure that modifies records in the database.

  3. Or if you want to use CLR code to implement your global change logic, use the CLRGlobalChange element instead of the CreateProcedureSQL element.

  4. A ParametersFormMetaData element describes the parameters for the global change logic.