The information in this article applies to:
SYMPTOMSWhen setting up a SQL Server 7.0 distributed query, the sp_addlinkedserver stored procedure does not check to verify that the OLE DB provider name is valid or installed on the computer. WORKAROUND
To set up a linked server, right-click Linked Servers under the Security folder in SQL Server Enterprise Manager and then click New Linked Server on the shortcut menu. Only the OLE DB providers installed on the computer will be shown.
MORE INFORMATION
SQL Server 7.0 provides the ability to perform queries against OLE DB providers. This is done by using the OpenQuery or OpenRowset Transact-SQL functions or by using a query with four-part names including a linked server name.
However, queries will fail because XYZ is not a valid provider. If you try to use this linked server, you will receive the following message: For more details on setting up and using distributed queries, refer to the sp_addlinkedserver, OpenQuery, and OpenRowset topics in the SQL Server 7.0 Books Online. Additional query words: kbDSupport OLEDB
Keywords : kbole SSrvStProc |
Last Reviewed: February 18, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |