Skip to content

Commit a0bdee2

Browse files
committed
removed some erroneous entries
1 parent d4b91fa commit a0bdee2

16 files changed

Lines changed: 40 additions & 28 deletions

docs/t-sql/data-types/binary-and-varbinary-transact-sql.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@ author: MikeRayMSFT
2222
ms.author: mikeray
2323
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current"
2424
---
25+
2526
# binary and varbinary (Transact-SQL)
27+
2628
[!INCLUDE [sql-asdb-asdbmi-asa-pdw](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
2729

2830
Binary data types of either fixed length or variable length.
2931

30-
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
31-
3232
## Arguments
33+
3334
**binary** [ ( _n_ ) ]
3435
Fixed-length binary data with a length of _n_ bytes, where _n_ is a value from 1 through 8,000. The storage size is _n_ bytes.
3536

docs/t-sql/data-types/char-and-varchar-transact-sql.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "char and varchar (Transact-SQL) | Microsoft Docs"
2+
title: char and varchar (Transact-SQL)
33
ms.custom: ""
44
ms.date: "11/19/2019"
55
ms.prod: sql
@@ -25,14 +25,13 @@ author: MikeRayMSFT
2525
ms.author: mikeray
2626
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current"
2727
---
28+
2829
# char and varchar (Transact-SQL)
2930

3031
[!INCLUDE [sql-asdb-asdbmi-asa-pdw](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
3132

3233
Character data types that are either fixed-size, **char**, or variable-size, **varchar**. Starting with [!INCLUDE[sql-server-2019](../../includes/sssqlv15-md.md)], when a UTF-8 enabled collation is used, these data types store the full range of [Unicode](../../relational-databases/collations/collation-and-unicode-support.md#Unicode_Defn) character data and use the [UTF-8](https://www.wikipedia.org/wiki/UTF-8) character encoding. If a non-UTF-8 collation is specified, then these data types store only a subset of characters supported by the corresponding code page of that collation.
3334

34-
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
35-
3635
## Arguments
3736

3837
**char** [ ( *n* ) ]

docs/t-sql/data-types/decimal-and-numeric-transact-sql.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
2929

3030
Numeric data types that have fixed precision and scale. Decimal and numeric are synonyms and can be used interchangeably.
3131

32-
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
33-
3432
## Arguments
3533
**decimal**[ **(**_p_[ **,**_s_] **)**] and **numeric**[ **(**_p_[ **,**_s_] **)**]
3634
Fixed precision and scale numbers. When maximum precision is used, valid values are from - 10^38 +1 through 10^38 - 1. The ISO synonyms for **decimal** are **dec** and **dec(**_p_, _s_**)**. **numeric** is functionally identical to **decimal**.

docs/t-sql/data-types/float-and-real-transact-sql.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "float and real (Transact-SQL) | Microsoft Docs"
2+
title: float and real (Transact-SQL)
33
ms.custom: ""
44
ms.date: "09/10/2019"
55
ms.prod: sql
@@ -24,7 +24,9 @@ author: MikeRayMSFT
2424
ms.author: mikeray
2525
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current"
2626
---
27+
2728
# float and real (Transact-SQL)
29+
2830
[!INCLUDE [sql-asdb-asdbmi-asa-pdw](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
2931

3032
Approximate-number data types for use with floating point numeric data. Floating point data is approximate; therefore, not all values in the data type range can be represented exactly. The ISO synonym for **real** is **float(24)**.
@@ -44,7 +46,9 @@ Where *n* is the number of bits that are used to store the mantissa of the **flo
4446
> [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] treats *n* as one of two possible values. If **1**<=n<=**24**, *n* is treated as **24**. If **25**<=n<=**53**, *n* is treated as **53**.
4547
4648
The [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] **float**[**(n)**] data type complies with the ISO standard for all values of *n* from **1** through **53**. The synonym for **double precision** is **float(53)**.
47-
49+
50+
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
51+
4852
## Remarks
4953

5054
|Data type|Range|Storage|

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ parent.GetDescendant ( child1 , child2 )
3434
-- CLR syntax
3535
SqlHierarchyId GetDescendant ( SqlHierarchyId child1 , SqlHierarchyId child2 )
3636
```
37-
37+
3838
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
3939

4040
## Arguments

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ ms.assetid: 81577d7e-8ff6-4e73-b7f4-94c03d4921e7
1818
author: MikeRayMSFT
1919
ms.author: mikeray
2020
---
21+
2122
# GetLevel (Database Engine)
23+
2224
[!INCLUDE [SQL Server SQL Database](../../includes/applies-to-version/sql-asdb.md)]
2325

2426
Returns an integer that represents the depth of the node *this* in the tree.
@@ -34,7 +36,9 @@ node.GetLevel ( )
3436
-- CLR syntax
3537
SqlInt16 GetLevel ( )
3638
```
37-
39+
40+
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
41+
3842
## Return Types
3943
**SQL Server return type:smallint**
4044

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ ms.assetid: 240b70f1-eeda-44ab-b4bb-9e4af80fa7c0
1818
author: MikeRayMSFT
1919
ms.author: mikeray
2020
---
21+
2122
# GetRoot (Database Engine)
23+
2224
[!INCLUDE [SQL Server SQL Database](../../includes/applies-to-version/sql-asdb.md)]
2325

2426
Returns the root of the hierarchy tree. GetRoot() is a static method.
@@ -34,7 +36,9 @@ hierarchyid::GetRoot ( )
3436
-- CLR syntax
3537
static SqlHierarchyId GetRoot ( )
3638
```
37-
39+
40+
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
41+
3842
## Return Types
3943
**SQL Server return type:hierarchyid**
4044

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ child. IsDescendantOf ( parent )
3434
-- CLR syntax
3535
SqlHierarchyId IsDescendantOf (SqlHierarchyId parent )
3636
```
37-
37+
3838
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
3939

4040
## Arguments

docs/t-sql/data-types/nchar-and-nvarchar-transact-sql.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
2121
[!INCLUDE [sql-asdb-asdbmi-asa-pdw](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
2222

2323
Character data types that are either fixed-size, **nchar**, or variable-size, **nvarchar**. Starting with [!INCLUDE[ssSQL11](../../includes/sssql11-md.md)], when a [Supplementary Character (SC)](../../relational-databases/collations/collation-and-unicode-support.md#Supplementary_Characters) enabled collation is used, these data types store the full range of [Unicode](../../relational-databases/collations/collation-and-unicode-support.md#Unicode_Defn) character data and use the [UTF-16](https://www.wikipedia.org/wiki/UTF-16) character encoding. If a non-SC collation is specified, then these data types store only the subset of character data supported by the [UCS-2](https://www.wikipedia.org/wiki/Universal_Coded_Character_Set#Encoding_forms) character encoding.
24-
25-
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
2624

2725
## Arguments
2826
**nchar** [ ( n ) ]

docs/t-sql/data-types/ntext-text-and-image-transact-sql.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ Fixed and variable-length data types for storing large non-Unicode and Unicode c
2929

3030
>**IMPORTANT!** **ntext**, **text**, and **image** data types will be removed in a future version of SQL Server. Avoid using these data types in new development work, and plan to modify applications that currently use them. Use [nvarchar(max)](../../t-sql/data-types/nchar-and-nvarchar-transact-sql.md), [varchar(max)](../../t-sql/data-types/char-and-varchar-transact-sql.md), and [varbinary(max)](../../t-sql/data-types/binary-and-varbinary-transact-sql.md) instead.
3131
32-
33-
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
34-
3532
## Arguments
3633
**ntext**
3734
Variable-length Unicode data with a maximum string length of 2^30 - 1 (1,073,741,823) bytes. Storage size, in bytes, is two times the string length that is entered. The ISO synonym for **ntext** is **national text**.

0 commit comments

Comments
 (0)