Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
V0128:
The specification states the following:
-
Subclause 6.1, "<data type>": Without Feature X190, "XML(SEQUENCE) type", conforming SQL language shall not contain an <XML type> whose <XML type modifier> is SEQUENCE.
Microsoft SQL Server 2008 R2 and Microsoft SQL Server 2012 vary as follows:
Transact-SQL does not support this feature. Transact-SQL supports the primary xml type modifiers of CONTENT and DOCUMENT, but does not support the primary xml type modifier of SEQUENCE.
This variation pertains to xml data type functionality in SQL Server.