xml (Transact-SQL)
SQL Server 2012
Is the data type that stores XML data. You can store xml instances in a column, or a variable of xml type.
The stored representation of xml data type instances cannot exceed 2 gigabytes (GB) in size.
The CONTENT and DOCUMENT facets apply only to typed XML. For more information see Compare Typed XML to Untyped XML.
