Microsoft KB Archive/268153

From BetaArchive Wiki
Knowledge Base


FIX: Distributed Query with NO_BROWSETABLE Against Timestamp Column Can Cause Access Violation

Article ID: 268153

Article Last Modified on 3/14/2006



APPLIES TO

  • Microsoft SQL Server 7.0 Service Pack 2



This article was previously published under Q268153

BUG #: 58068 (SQLBUG_70)

SYMPTOMS

If NO_BROWSETABLE is set ON, a distributed query against a table with a timestamp column can result in a handled EXCEPTION_ACCESS_VIOLATION.

STATUS

Microsoft has confirmed this to be a problem in SQL Server 7.0. This problem has been corrected in U.S. Service Pack 3 for Microsoft SQL Server 7.0. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

274799 INF: How to Obtain Service Pack 3 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0


For more information, contact your primary support provider.

MORE INFORMATION

The access violation occurs on the local SQL Server that initiated the query to the remote server. NO_BROWSETABLE is typically only used by applications that use certain types of result processing, such as disconnected recordsets.



Additional query words: av

Keywords: kbbug kbfix kbqfe KB268153