Editor's Note: Send your SQL Server questions and comments to SQL Server MVP Brian Moran at savvy@sqlmag.com.
I use the Control Panel ODBC Data Source Name (DSN) applet to see which ODBC drivers are installed on a system. Is a similar utility available that shows the OLE DB providers installed on a system? I usually use Data Transformation Services (DTS) or SQL Server Enterprise Manager to check the installed OLE DB providers, but a better way must exist.
A better ...