Skip to content

Commit 218fc79

Browse files
SQLMI data type sup except Data Type precedence
1 parent d3bd797 commit 218fc79

37 files changed

Lines changed: 37 additions & 36 deletions

docs/includes/tsql-appliesto-ss2012-all-md.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ms.date: 01/13/2020
66
ms.author: mikeray
77
---
88

9-
<Token>**APPLIES TO:** :::image type="icon" source="media/yes-icon.png":::SQL Server :::image type="icon" source="media/yes-icon.png":::Azure SQL Database :::image type="icon" source="media/yes-icon.png":::Azure Synapse Analytics :::image type="icon" source="media/yes-icon.png":::Parallel Data Warehouse </Token>
9+
<Token>**APPLIES TO:** :::image type="icon" source="media/yes-icon.png":::SQL Server :::image type="icon" source="media/yes-icon.png":::Azure SQL Database :::image type="icon" source="media/yes-icon.png":::Azure SQL Managed Instance :::image type="icon" source="media/yes-icon.png":::Azure Synapse Analytics :::image type="icon" source="media/yes-icon.png":::Parallel Data Warehouse </Token>

docs/t-sql/data-types/cursor-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ author: MikeRayMSFT
1717
ms.author: mikeray
1818
---
1919
# cursor (Transact-SQL)
20-
[!INCLUDE [SQL Server SQL Database](../../includes/applies-to-version/sql-asdb.md)]
20+
[!INCLUDE [SQL Server Azure SQL Database Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
2121

2222
A data type for variables or stored procedure OUTPUT parameters that contain a reference to a cursor.
2323

docs/t-sql/data-types/data-type-synonyms-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ author: MikeRayMSFT
1919
ms.author: mikeray
2020
---
2121
# Data type synonyms (Transact-SQL)
22-
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
22+
[!INCLUDE [SQL Server Azure SQL Database Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
2323

2424
Data type synonyms are included in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] for ISO compatibility. The following table lists the synonyms and the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] system data types that they map to.
2525

docs/t-sql/data-types/date-and-time-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ author: MikeRayMSFT
1515
ms.author: mikeray
1616
---
1717
# Date and time types
18-
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
18+
[!INCLUDE [sql-asdb-asdbmi-asa-pdw](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
1919

2020
[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] supports the following date and time types.
2121

docs/t-sql/data-types/getancestor-database-engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ author: MikeRayMSFT
2020
ms.author: mikeray
2121
---
2222
# GetAncestor (Database Engine)
23-
[!INCLUDE [SQL Server SQL Database](../../includes/applies-to-version/sql-asdb.md)]
23+
[!INCLUDE [SQL Server Azure SQL Database Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
2424

2525
Returns a **hierarchyid** representing the *n*th ancestor of *this*.
2626

docs/t-sql/data-types/getdescendant-database-engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ author: MikeRayMSFT
2020
ms.author: mikeray
2121
---
2222
# GetDescendant (Database Engine)
23-
[!INCLUDE [SQL Server SQL Database](../../includes/applies-to-version/sql-asdb.md)]
23+
[!INCLUDE [SQL Server Azure SQL Database Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
2424

2525
Returns a child node of the parent.
2626

docs/t-sql/data-types/getlevel-database-engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.author: mikeray
2222

2323
# GetLevel (Database Engine)
2424

25-
[!INCLUDE [SQL Server SQL Database](../../includes/applies-to-version/sql-asdb.md)]
25+
[!INCLUDE [SQL Server Azure SQL Database Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
2626

2727
Returns an integer that represents the depth of the node *this* in the tree.
2828

docs/t-sql/data-types/getreparentedvalue-database-engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ author: MikeRayMSFT
2020
ms.author: mikeray
2121
---
2222
# GetReparentedValue (Database Engine)
23-
[!INCLUDE [SQL Server SQL Database](../../includes/applies-to-version/sql-asdb.md)]
23+
[!INCLUDE [SQL Server Azure SQL Database Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
2424

2525
Returns a node whose path from the root is the path to _newRoot_, followed by the path from _oldRoot_.
2626

docs/t-sql/data-types/getroot-database-engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.author: mikeray
2222

2323
# GetRoot (Database Engine)
2424

25-
[!INCLUDE [SQL Server SQL Database](../../includes/applies-to-version/sql-asdb.md)]
25+
[!INCLUDE [SQL Server Azure SQL Database Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
2626

2727
Returns the root of the hierarchy tree. GetRoot() is a static method.
2828

docs/t-sql/data-types/hierarchyid-data-type-method-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ author: MikeRayMSFT
2121
ms.author: mikeray
2222
---
2323
# hierarchyid data type method reference
24-
[!INCLUDE [SQL Server SQL Database](../../includes/applies-to-version/sql-asdb.md)]
24+
[!INCLUDE [SQL Server Azure SQL Database Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
2525

2626
The **hierarchyid** data type is a variable length, system data type. Use **hierarchyid** to represent position in a hierarchy. A column of type **hierarchyid** does not automatically represent a tree. It is up to the application to generate and assign **hierarchyid** values in such a way that the desired relationship between rows is reflected in the values.
2727

0 commit comments

Comments
 (0)