SQL Server/T-SQL/System/sys.XML schema collections

Материал из SQL эксперт
Перейти к: навигация, поиск

Get schema name from sys.XML_schema_collections

   <source lang="sql">

3> 4> SELECT name 5> FROM sys.XML_schema_collections 6> ORDER BY create_date 7> GO name



sys

(1 rows affected)

</source>