ap_compare_xmlschemas_sp

While the idea of this procedure is of general nature, it is designed for internal use in AbaPerls. When you load a .xmlsc file and the XML schema collection already exists in the database and cannot be dropped because of references, AbaPerls loads the defintion in the file into a temporary schema and then uses this procedure to compare the schemas and raises an error if they are different.

 

Parameters:

@left nvarchar(255) - the XML schema in the temp schema.

@right nvarchar(255) - the existing XML schema in the database.