OLEDBProviders

Returns installed OLEDB Providers

  • View
  • SQL Server Compatibility: 2008, 2012, 2014, 2016, 2017
Column name Data type Description
Provider varchar(255) Provider Name
ProgID varchar(255) Programmatic Identifier
Is32Bit bit 32-bit / 64-bit indicator

Remarks:

On 32-bit SQL Server instances only the 32-bit OLEDB Providers will be listed.

Sample Usage:

SELECT *
FROM SQLHTTP.net.OLEDBProviders

See Also: