What is the XML Datatype in SQL Server ?

The XML data type lets you store XML documents and fragments in a SQL Server database. An XML fragment is an XML instance that has a missing single top-level element. You can create columns and variables of the XML type and store XML instances in them. The XML data type and associated methods help integrate XML into the relational framework of SQL Server.



You May Interest

What is a View in SQL Server ?

What is The Concept of Piecemeal Restore on SQL Server ?

What is the Difference Between VARCHAR and VARCHAR(MAX) Datatypes ...

What are Sparse Columns in SQL Server ?

Which TCP/IP Port Does the SQL Server Run On ?