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

