The information in this article applies to:
SYMPTOMSWhen attempting to access a database or trying to run a query, you may receive the following error message:
CAUSEThis error indicates that the in-memory structure used by SQL Server to access a system table has been reused. Usually, only user-table descriptors are reused; system table descriptors are always in memory. WORKAROUNDTo work around this problem, shut down and restart SQL Server. This should temporarily alleviate the error 601; however, an underlying problem may still exist. To troubleshoot this problem, do the following:
Q160234 INF: Memory Overhead for Connections, Objects, Locks, and DBs REFERENCESSQL Server 6.5 Books Online; topic: "Error 601"Additional query words: Msg 601
Keywords : kbSQLServ650 |
Last Reviewed: December 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |