FIX: Selecting From Views With Nested Select Causes Errors

ID: Q158401


The information in this article applies to:

BUG #: 16027

SYMPTOMS

Selecting from a view which has nested selects in its text may cause errors 2804 or 4401, if the SELECT is run after recycling the server. The text of each error message is:

Msg 2805, Level 18, State 0
Bad pointer 0x13a5388 encountered while remapping stored procedure
'vw21'. Must re-create procedure.

Msg 4401, Level 16, State 2
View 'vw21' no longer exists.


WORKAROUND

Drop and re-create the view after recycling server. The problem occurs as a result of the view resolution at server startup.


STATUS

Microsoft has confirmed this to be a problem in Microsoft SQL Server version 6.5. This problem has been corrected in U.S. Service Pack 2 for Microsoft SQL Server version 6.5. For more information, contact your primary support provider.


Keywords          : kbnetwork SSrvStProc kbbug6.50 kbfix6.50.sp2 
Version           : 6.5
Platform          : WINDOWS 
Issue type        : 

Last Reviewed: April 3, 1999