BUG: SELECT on Cross-Database Views Causes Error 702 (158418)
The information in this article applies to:
- Microsoft SQL Server 6.0
- Microsoft SQL Server 6.5
This article was previously published under Q158418
BUG #: 15312
SYMPTOMS
If you query on views created on tables present in another database, you
may receive error message 702. The text of the error message is:
Memory request for <nnnn> bytes exceeds the size of single page of
<nnnn> bytes.
WORKAROUND
To work around this problem, either run the query on the base table itself,
or wrap the query inside a stored procedure and then run the stored
procedure.
STATUS
Microsoft has confirmed this to be a problem in Microsoft SQL Server
versions 6.0 and 6.5. We are researching this problem and will post new
information here in the Microsoft Knowledge Base as it becomes available.
Modification Type: | Major | Last Reviewed: | 10/16/2003 |
---|
Keywords: | kbBug kbnetwork KB158418 |
---|
|