BuildChangeScript Procedure (Repository.Item Schema)
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
Builds a change script from an XML document that describes the changes.
[Repository.Item].[BuildChangeScript] ( @changes, @changeScript OUTPUT )
Arguments
@changes
Type: xml. An XML document that describes the changes.
@changeScript
Type: nvarchar(max). A parameter that contains the returned change script. This is an OUTPUT parameter.