1: SELECT *
2: FROM sys.xml_schema_collections
3: WHERE name='NameOfSchema'
Related posts:
- SQLXML : How to List Schema Elements and Attributes …
- SQLXML : How to Create an XML Schema …
- SQLXML : How to Alter Existing Column Schema (XSD) …
- Script to Drop/Recreate CHECK Constraints …
- SQLXML : How to List Columns That Have the XML Data Type …
- SQLXML : How to Work With XML Elements (or Nodes) in SQL Server …
Leave a comment