Skip to content

Commit 15abb98

Browse files
authored
Merge pull request #25393 from rwestMSFT/rw-1228-t-sql-icon
[BULK] Replace Transact-SQL icon
2 parents 2ec9344 + 002a56e commit 15abb98

1,605 files changed

Lines changed: 1620 additions & 1625 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

azure-sql/database/elastic-jobs-tsql-create-manage.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,11 +1340,8 @@ Shows all members of all target groups.
13401340
|**elastic_pool_name**|nvarchar(128)|Name of the Elastic pool contained in the target group. Specified only when target_type is 'SqlElasticPool'.|
13411341
|**shard_map_name**|nvarchar(128)|Name of the shard maps contained in the target group. Specified only when target_type is 'SqlShardMap'.|
13421342

1343-
## Resources
1344-
1345-
- ![Topic link icon](/sql/database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](/sql/t-sql/language-elements/transact-sql-syntax-conventions-transact-sql)
1346-
13471343
## Next steps
13481344

1345+
- [Transact-SQL syntax conventions](/sql/t-sql/language-elements/transact-sql-syntax-conventions-transact-sql)
13491346
- [Create and manage Elastic Jobs using PowerShell](elastic-jobs-powershell-create.md)
13501347
- [Authorization and Permissions](/dotnet/framework/data/adonet/sql/authorization-and-permissions-in-sql-server)

docs/analytics-platform-system/dwloader.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ ms.custom: seo-dt-2019
4444

4545
You can check the failed rows file (specified with -R) to see if any rows failed to load. If this file is empty, all rows loaded successfully. **dwloader** is transactional, so if any step fails (other than rejected rows), all steps will roll back to their initial state.
4646

47-
<!--
48-
![Topic link icon](media/topic-link.gif "Topic_Link")[Syntax Conventions](syntax-conventions-sql-server-pdw.md)
49-
-->
50-
51-
5247
## Syntax
5348

5449
```
-1.02 KB
Binary file not shown.

docs/database-engine/configure-windows/polybase-connectivity-configuration-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ monikerRange: ">=aps-pdw-2016||>=sql-server-2016||>=sql-server-linux-2017"
1616

1717
Displays or changes global configuration settings for PolyBase Hadoop and Microsoft Azure Blob Storage connectivity.
1818

19-
![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
19+
:::image type="icon" source="../../includes/media/topic-link-icon.svg" border="false"::: [Transact-SQL syntax conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
2020

2121
## Syntax
2222

docs/includes/drop-workload-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Drops an existing user-defined Resource Governor workload group.
22

3-
:::image type="icon" source="../database-engine/configure-windows/media/topic-link.gif"::: [Transact-SQL Syntax Conventions](../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md).
3+
:::image type="icon" source="../includes/media/topic-link-icon.svg" border="false"::: [Transact-SQL syntax conventions](../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md).
44

55
## Syntax
66

Lines changed: 3 additions & 0 deletions
Loading

docs/relational-databases/graphs/sql-graph-shortest-path.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ monikerRange: "=azuresqldb-current||>=sql-server-ver15||=azuresqldb-mi-current"
2525

2626
Specifies a search condition for a graph, which is searched recursively or repetitively. SHORTEST_PATH can be used inside MATCH with graph node and edge tables, in the SELECT statement.
2727

28-
![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
28+
:::image type="icon" source="../../includes/media/topic-link-icon.svg" border="false"::: [Transact-SQL syntax conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
2929

3030
## Shortest Path
3131

docs/relational-databases/system-catalog-views/sys-sql-expression-dependencies-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ monikerRange: ">=aps-pdw-2016||=azure-sqldw-latest||>=sql-server-2016||>=sql-ser
4747
|is_schema_bound_reference|**bit**|1 = Referenced entity is schema-bound.<br /><br /> 0 = Referenced entity is non-schema-bound.<br /><br /> Is not nullable.|
4848
|referenced_class|**tinyint**|Class of the referenced entity.<br /><br /> 1 = Object or column<br /><br /> 6 = Type<br /><br /> 10 = XML schema collection<br /><br /> 21 = Partition function<br /><br /> Is not nullable.|
4949
|referenced_class_desc|**nvarchar(60)**|Description of class of referenced entity.<br /><br /> OBJECT_OR_COLUMN<br /><br /> TYPE<br /><br /> XML_SCHEMA_COLLECTION<br /><br /> PARTITION_FUNCTION<br /><br /> Is not nullable.|
50-
|referenced_server_name|**sysname**|Name of the server of the referenced entity.<br /><br /> This column is populated for cross-server dependencies that are made by specifying a valid four-part name. For information about multipart names, see [Transact-SQL Syntax Conventions &#40;Transact-SQL&#41;](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md).<br /><br /> NULL for non-schema-bound entities for which the entity was referenced without specifying a four-part name.<br /><br /> NULL for schema-bound entities because they must be in the same database and therefore can only be defined using a two-part (*schema.object*) name.|
50+
|referenced_server_name|**sysname**|Name of the server of the referenced entity.<br /><br /> This column is populated for cross-server dependencies that are made by specifying a valid four-part name. For information about multipart names, see [Transact-SQL syntax conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md).<br /><br /> NULL for non-schema-bound entities for which the entity was referenced without specifying a four-part name.<br /><br /> NULL for schema-bound entities because they must be in the same database and therefore can only be defined using a two-part (*schema.object*) name.|
5151
|referenced_database_name|**sysname**|Name of the database of the referenced entity.<br /><br /> This column is populated for cross-database or cross-server references that are made by specifying a valid three-part or four-part name.<br /><br /> NULL for non-schema-bound references when specified using a one-part or two-part name.<br /><br /> NULL for schema-bound entities because they must be in the same database and therefore can only be defined using a two-part (*schema.object*) name.|
5252
|referenced_schema_name|**sysname**|Schema in which the referenced entity belongs.<br /><br /> NULL for non-schema-bound references in which the entity was referenced without specifying the schema name.<br /><br /> Never NULL for schema-bound references because schema-bound entities must be defined and referenced by using a two-part name.|
5353
|referenced_entity_name|**sysname**|Name of the referenced entity. Is not nullable.|

docs/relational-databases/system-catalog-views/sys-trusted-assemblies-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ monikerRange: ">=sql-server-2017||>=sql-server-linux-2017||=azuresqldb-mi-curren
2323

2424
Contains a row for each trusted assembly for the server.
2525

26-
![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
26+
:::image type="icon" source="../../includes/media/topic-link-icon.svg" border="false"::: [Transact-SQL syntax conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
2727

2828

2929
|Column name |Data type |Description |

docs/relational-databases/system-dynamic-management-views/spatial-data-sys-dm-db-objects-disabled-on-compatibility-level-change.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ monikerRange: "=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||
2424

2525
Lists the indexes and constraints that will be disabled as a result of changing compatibility level in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. Indexes and constraints that contain persisted computed columns whose expressions use spatial UDTs will be disabled after upgrading or changing compatibility level. Use this dynamic management function to determine the impact of a change in compatibility level.
2626

27-
![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
27+
:::image type="icon" source="../../includes/media/topic-link-icon.svg" border="false"::: [Transact-SQL syntax conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
2828

2929
## Syntax
3030

0 commit comments

Comments
 (0)