FIX: Selecting From Views With Nested Select Causes ErrorsLast reviewed: April 9, 1997Article ID: Q158401  | 
	
	
The information in this article applies to:
 
 SYMPTOMSSelecting 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. WORKAROUNDDrop and re-create the view after recycling server. The problem occurs as a result of the view resolution at server startup. 
 STATUSMicrosoft 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. 
  | 
	
	Additional query words: 
 © 1998 Microsoft Corporation. All rights reserved. Terms of Use.  |