Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.97 KB

File metadata and controls

39 lines (32 loc) · 1.97 KB
title LINKEDSERVERS Rowset (OLE DB) | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql
ms.prod_service database-engine, sql-database, sql-data-warehouse, pdw
ms.reviewer
ms.technology native-client
ms.topic reference
helpviewer_keywords
LINKEDSERVERS rowset
enumerating data sources [OLE DB]
ms.assetid 2633fd8a-65e7-498d-9aed-8e4b1cca2381
author markingmyname
ms.author maghan
monikerRange >=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current

Schema Rowsets - LINKEDSERVERS Rowset

[!INCLUDEappliesto-ss-asdb-asdw-pdw-md]

The LINKEDSERVERS rowset enumerates organization data sources that can participate in [!INCLUDEssNoVersion] distributed queries.

The LINKEDSERVERS rowset contains the following columns.

Column name Type indicator Description
SVR_NAME DBTYPE_WSTR Name of a linked server.
SVR_PRODUCT DBTYPE_WSTR Manufacturer or other name identifying the type of data store represented by the name of the linked server.
SVR_PROVIDERNAME DBTYPE_WSTR Friendly name of the OLE DB provider used to consume data from the server.
SVR_DATASOURCE DBTYPE_WSTR OLE DB DBPROP_INIT_DATASOURCE string used to acquire a data source from the provider.
SVR_PROVIDERSTRING DBTYPE_WSTR OLE DB DBPROP_INIT_PROVIDERSTRING value used to acquire a data source from the provider.
SVR_LOCATION DBTYPE_WSTR OLE DB DBPROP_INIT_LOCATION string used to acquire a data source from the provider.

The rowset is sorted on SRV_NAME and a single restriction is supported on SRV_NAME.

See Also

Schema Rowset Support (OLE DB)