Skip to content

Commit 6cdeea2

Browse files
authored
Merge pull request #31747 from rwestMSFT/rw-0903-t-sql-remove-2014-010
[BULK] T-SQL: remove reference to unsupported content (final)
2 parents 92a9b33 + ab966be commit 6cdeea2

7 files changed

Lines changed: 2 additions & 22 deletions

docs/includes/sql-server-tsql-previous-offline-documentation.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/t-sql/functions/checksum-transact-sql.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ The `CHECKSUM` function returns the checksum value computed over a table row, or
3030
```syntaxsql
3131
CHECKSUM ( * | expression [ ,...n ] )
3232
```
33-
34-
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
33+
3534
> [!NOTE]
3635
> [!INCLUDE[synapse-analytics-od-unsupported-syntax](../../includes/synapse-analytics-od-unsupported-syntax.md)]
3736

docs/t-sql/functions/newid-transact-sql.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ Creates a unique value of type **uniqueidentifier**.
3232
NEWID ( )
3333
```
3434

35-
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
36-
37-
> [!Note]
35+
> [!NOTE]
3836
> Not supported in Azure Synapse serverless pools.
3937
4038
## Return Types

docs/t-sql/functions/xact-state-transact-sql.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ monikerRange: ">= aps-pdw-2016 || = azuresqldb-current || = azure-sqldw-latest |
3434
XACT_STATE()
3535
```
3636

37-
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
38-
3937
> [!NOTE]
4038
> [!INCLUDE[synapse-analytics-od-unsupported-syntax](../../includes/synapse-analytics-od-unsupported-syntax.md)]
4139

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ monikerRange: "=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||
2727
.STIntersects ( other_geography )
2828
```
2929

30-
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
31-
3230
## Arguments
3331

3432
*other_geography*

docs/t-sql/statements/set-arithignore-transact-sql.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ SET ARITHIGNORE { ON | OFF }
4242
SET ARITHIGNORE OFF
4343
```
4444

45-
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
46-
4745
> [!NOTE]
4846
> [!INCLUDE[synapse-analytics-od-unsupported-syntax](../../includes/synapse-analytics-od-unsupported-syntax.md)]
4947

docs/t-sql/statements/update-statistics-transact-sql.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ UPDATE STATISTICS [ schema_name . ] table_name
103103
[;]
104104
```
105105

106-
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
107-
108106
> [!NOTE]
109107
> [!INCLUDE[synapse-analytics-od-unsupported-syntax](../../includes/synapse-analytics-od-unsupported-syntax.md)]
110108

0 commit comments

Comments
 (0)