SQL Server/T-SQL/System/sys.XML schema collections — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
(нет различий)
|
Текущая версия на 10:20, 26 мая 2010
Get schema name from sys.XML_schema_collections
3>
4> SELECT name
5> FROM sys.XML_schema_collections
6> ORDER BY create_date
7> GO
name
------------------------------------------------------------------------------------------------------------------------
--------
sys
(1 rows affected)