Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 68ce0dc

Browse files
author
MightyPen
committed
Fix Issue 1982, max XML nesting is 128 levels.
1 parent 3172943 commit 68ce0dc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/relational-databases/xml/xml-data-type-and-columns-sql-server.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "XML Data Type and Columns (SQL Server) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "03/14/2017"
4+
ms.date: "05/17/2019"
55
ms.prod: sql
66
ms.prod_service: "database-engine"
77
ms.reviewer: ""
@@ -13,6 +13,7 @@ ms.author: genemi
1313
manager: craigg
1414
---
1515
# XML Data Type and Columns (SQL Server)
16+
1617
[!INCLUDE[tsql-appliesto-ss2008-xxxx-xxxx-xxx-md](../../includes/tsql-appliesto-ss2008-xxxx-xxxx-xxx-md.md)]
1718
This topic discusses the advantages and the limitations of the **xml** data type in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], and helps you to choose how to store XML data.
1819

@@ -169,6 +170,8 @@ manager: craigg
169170
- It cannot be used as a parameter to any scalar, built-in functions other than ISNULL, COALESCE, and DATALENGTH.
170171

171172
- It cannot be used as a key column in an index. However, it can be included as data in a clustered index or explicitly added to a nonclustered index by using the INCLUDE keyword when the nonclustered index is created.
173+
174+
- XML elements can be nested up to 128 levels.
172175

173176
## See Also
174177
[Examples of Bulk Import and Export of XML Documents (SQL Server)](../../relational-databases/import-export/examples-of-bulk-import-and-export-of-xml-documents-sql-server.md)

0 commit comments

Comments
 (0)