FIX: Aggregate Function on View With Correlated Subquery Can Cause Access Violation (154353)
The information in this article applies to:
This article was previously published under Q154353
Bug #: 15724 (6.50)
SYMPTOMS
When you use an aggregate function on a view which has a correlated
subquery preceded by the 'equal to' comparison operator, a handled access
violation error occurs.
RESOLUTION
To work around this problem, rewrite the correlated subquery in the View as
a join, or use 'in' instead of '=' before the subquery.
STATUS
Microsoft has confirmed this to be a problem in Microsoft SQL Server
version 6.5. This problem was first corrected in Microsoft SQL Serverversion 6.5 Service Pack 2.
Modification Type: | Minor | Last Reviewed: | 3/14/2005 |
---|
Keywords: | kbbug kbfix kbnetwork KB154353 |
---|
|