| title | sp_enumdsn (Transact-SQL) | Microsoft Docs | ||
|---|---|---|---|
| ms.custom | |||
| ms.date | 03/14/2017 | ||
| ms.prod | sql-server-2016 | ||
| ms.reviewer | |||
| ms.suite | |||
| ms.technology |
|
||
| ms.tgt_pltfrm | |||
| ms.topic | language-reference | ||
| applies_to |
|
||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | 171cbc7d-7406-4cb0-8602-9405243bfd1d | ||
| caps.latest.revision | 26 | ||
| author | BYHAM | ||
| ms.author | rickbyh | ||
| manager | jhubbard |
[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx_md]
Returns a list of all defined ODBC and OLE DB data source names for a server running under a specific [!INCLUDEmsCoName] Windows user account. This stored procedure is executed at the Publisher on any database.
Transact-SQL Syntax Conventions
sp_enumdsn
0 (success) or 1 (failure)
| Column name | Data type | Description |
|---|---|---|
| Data Source Name | sysname | Name of the data source. |
| Description | varchar(255) | Description of the data source. |
| Type | int | Type of data source: 1 = ODBC DSN 3 = OLE DB data source |
| Provider Name | varchar(255) | Name of the OLE DB provider. Value is NULL for ODBC DSN. |
Every [!INCLUDEmsCoName] [!INCLUDEssNoVersion] service has a user context. A user context is a set of Registry entries that includes the definitions of the ODBC data sources for the user. The user context is provided by the username under which the [!INCLUDEssNoVersion] is running.
For example, if the server is running under the system account user context, the data source names (DSNs) that are returned will all be system DSNs that are associated with the system account. If the server is running under a private user account, only the DSNs defined for that private account of that user is returned.
Only members of the sysadmin fixed server role can execute sp_enumdsn.
sp_dsninfo (Transact-SQL)
System Stored Procedures (Transact-SQL)