Skip to content

Commit d729946

Browse files
authored
Merge pull request #19613 from WilliamDAssafMSFT/202106022-sys-external-data-sources-transact-sql
20210622 fixes sql-docs issue 5800
2 parents a1e13bd + c6e93d0 commit d729946

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

docs/relational-databases/system-catalog-views/sys-external-data-sources-transact-sql.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
22
description: "sys.external_data_sources (Transact-SQL)"
3-
title: "sys.external_data_sources (Transact-SQL) | Microsoft Docs"
3+
title: "sys.external_data_sources (Transact-SQL)"
44
ms.custom: ""
5-
ms.date: "03/14/2017"
5+
ms.date: "06/22/2021"
66
ms.prod: sql
77
ms.prod_service: "database-engine, sql-database, synapse-analytics, pdw"
88
ms.reviewer: ""
99
ms.technology: system-objects
1010
ms.topic: "reference"
1111
dev_langs:
1212
- "TSQL"
13-
ms.assetid: 1016db6e-9950-4ae2-a004-bd4171e27359
1413
author: WilliamDAssafMSFT
1514
ms.author: wiassaf
1615
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current"
@@ -29,8 +28,8 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
2928
|name|**sysname**|Name of the external data source.||
3029
|location|**nvarchar(4000)**|The connection string, which includes the protocol, IP address, and port for the external data source.||
3130
|type_desc|**nvarchar(255)**|Data source type displayed as a string.|HADOOP, RDBMS, SHARD_MAP_MANAGER, RemoteDataArchiveTypeExtDataSource|
32-
|type|**tinyint**|Data source type displayed as a number.|0 - HADOOP<br /><br /> 1 - RDBMS<br /><br /> 2 - SHARD_MAP_MANAGER<br /><br /> 3 - RemoteDataArchiveTypeExtDataSource|
33-
|resource_manager_location|**nvarchar(4000)**|For type HADOOP, the IP and port location of the Hadoop resource manager. This is used for submitting a job on a Hadoop data source.<br /><br /> NULL for other types of external data sources.||
31+
|type|**tinyint**|Data source type displayed as a number.|0 - HADOOP<br /><br /> 1 - RDBMS<br /><br /> 2 - SHARD_MAP_MANAGER<br /><br /> 3 - RemoteDataArchiveTypeExtDataSource<br /><br /> 5 - BLOB_STORAGE<br /><br /> 6 - NONE |
32+
|resource_manager_location|**nvarchar(4000)**|For type HADOOP, the IP and port location of the Hadoop resource manager. The `resource_manager_location` is used for submitting a job on a Hadoop data source.<br /><br /> `NULL` for other types of external data sources.||
3433
|credential_id|**int**|The object ID of the database scoped credential used to connect to the external data source.||
3534
|database_name|**sysname**|For type RDBMS, the name of the remote database. For type, SHARD_MAP_MANAGER, the name of the shard map manager database. NULL for other types of external data sources.||
3635
|shard_map_name|**sysname**|For type SHARD_MAP_MANAGER, the name of the shard map. NULL for other types of external data sources.||

0 commit comments

Comments
 (0)