The information in this article applies to:
BUG #: 55863 (SQLBUG_70) BUG #: 55630 (SQLBUG_70) SYMPTOMSA distributed query against a provider, which does not support the IDBSchemaRowset interface, may not ship predicates to the remote server for non-string datatypes. This may cause a performance degradation as data is returned to SQL Server and filtered locally, rather than at the remote datasource. Using the Microsoft OLE DB Provider for ODBC (MSDASQL) with ODBC 2.5 and earlier version drivers may expose this problem. CAUSEIf the provider does not support the IDBSchemaRowset interface SQL Server sees all columns as collation-incompatible by default. This prevents remoting even for non-string datatypes such as integer, decimal, numeric, where collation does not apply. STATUSMicrosoft has confirmed this to be a problem in SQL Server version 7.0. Additional query words:
Keywords : kbSQLServ700bug |
Last Reviewed: January 3, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |