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 |
On 32-bit SQL Server instances only the 32-bit OLEDB Providers will be listed.
SELECT *
FROM SQLHTTP.net.OLEDBProviders
FROM SQLHTTP.net.OLEDBProviders