Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners
Testimonials
Lynn Armbruster: "Thank you. I found Maestro easy to use and so far a great tool".
Albert Rognan: "Thank you for this quick reply. I must say I am impressed of the number of functions that is available within this tool".

More

Add your opinion

MS SQL Maestro online Help

Prev Return to chapter overview Next

XML Schema Collection

SQL Server provides native storage of XML data through the xml data type. You can optionally associate XSD schemas with a variable or a column of xml type through an XML schema collection. The XML schema collection stores the imported XML schemas and is then used to do the following:
 

Validate XML instances
Type the XML data as it is stored in the database

 

Before you can create typed XML variables, parameters or columns, you must first register the XML schema collection. You can then associate the XML schema collection with variables, parameters, or columns of the xml data type.

 

Note: the XML schema collection is a metadata entity like a table in the database. You can create, modify, and drop them.

 

 

 



Prev Return to chapter overview Next