Skip to content

Commit b114fae

Browse files
committed
removed include from 2016 and in wrong place
1 parent 1654487 commit b114fae

4 files changed

Lines changed: 16 additions & 20 deletions

File tree

docs/t-sql/functions/host-name-transact-sql.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ ms.author: vanto
2828

2929
## Syntax
3030

31-
```
31+
```syntaxsql
3232
3333
HOST_NAME ()
3434
```
3535

36-
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
37-
3836
## Return Types
3937
**nvarchar(128)**
4038

docs/t-sql/functions/string-escape-transact-sql.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Escapes special characters in texts and returns text with escaped characters. **
2929

3030
## Syntax
3131

32-
```sql
32+
```syntaxsql
3333
STRING_ESCAPE( text , type )
3434
```
3535

@@ -41,8 +41,6 @@ STRING_ESCAPE( text , type )
4141
*type*
4242
Escaping rules that will be applied. Currently the value supported is `'json'`.
4343

44-
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
45-
4644
## Return Types
4745

4846
**nvarchar(max)** text with escaped special and control characters. Currently **STRING_ESCAPE** can only escape JSON special characters shown in the following tables.

docs/t-sql/spatial-geography/stintersects-geography-data-type.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,20 @@ monikerRange: "=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sql
2626

2727
## Syntax
2828

29-
```
30-
29+
```syntaxsql
3130
.STIntersects ( other_geography )
3231
```
33-
34-
## Arguments
35-
*other_geography*
36-
Is another **geography** instance to compare to the instance on which `STIntersects()` is invoked.
37-
32+
3833
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
34+
35+
## Arguments
3936

37+
*other_geography*
38+
Is another **geography** instance to compare to the instance on which `STIntersects()` is invoked.
39+
4040
## Return Types
41-
[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] return type: **bit**
41+
42+
[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] return type: **bit**
4243

4344
CLR return type: **SqlBoolean**
4445

docs/t-sql/spatial-geometry/bufferwithcurves-geometry-data-type.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,16 @@ monikerRange: "=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversio
2323

2424
## Syntax
2525

26-
```
27-
26+
```syntaxsql
2827
.BufferWithCurves ( distance )
29-
```
30-
28+
```
29+
30+
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
31+
3132
## Arguments
3233
*distance*
3334
Is a **float** indicating the maximum distance that points forming the buffer can be from the **geometry** instance.
3435

35-
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
36-
3736
## Return Types
3837
SQL Server return type: **geometry**
3938

0 commit comments

Comments
 (0)