Home / Code Snippets / Blog article: Get A List Of All OLEDB Providers In SQL Server

| RSS

Get A List Of All OLEDB Providers In SQL Server

February 11th, 2009 | No Comments | Posted in Code Snippets

SQL Server provides with a stored procedure which can be used to get a list of all OLEDB providers on a machine.

Stored procedure:

xp_enum_oledb_providers

Executing this stored procedure which is in master database with the following statement

EXEC master..xp_enum_oledb_providers

 

gives a list of all available OLEDB providers on my machine.

image

Leave a Reply 2169 views, 1 so far today |
Tags:

Leave a Reply