Select the product you need help with
INF: xp_enum_oledb_providers Enumerates the OLE DB ProvidersArticle ID: 216575 - View products that this article applies to. This article was previously published under Q216575 On This PageSUMMARYxp_enum_oledb_providers is a new extended stored procedure that enumerates all OLE DB providers installed on a SQL Server. The following is the syntax for xp_enum_oledb_providers: MORE INFORMATIONxp_enum_oledb_providers returns three columns as follows:
This procedure can be used to find if a specific OLE DB provider is installed before setting up a SQL Server 7.0 distributed query with sp_addlinkedserver. REFERENCESFor more details on setting up and using distributed queries using OLE DB providers, refer to the "sp_addlinkedserver", "OpenQuery", and "OpenRowset in" topics in SQL Server 7.0 Books Online.For additional information, see the Support WebCast at the following location: http://support.microsoft.com/servicedesks/webcasts/wc102699/WC102699.asp
(http://support.microsoft.com/?scid=http%3a%2f%2fsupport.microsoft.com%2fservicedesks%2fwebcasts%2fwc102699%2fwc102699.asp)
PropertiesArticle ID: 216575 - Last Review: October 16, 2003 - Revision: 3.3
|


Back to the top








