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



The information in this article 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.

Modification Type:MajorLast Reviewed:3/14/2006
Keywords:kbBug kbfix kbQFE KB268153