FIX: Error 3307 Running UPDATE STATS After 1105 ErrorID: Q138787
|
Error number 3307, "Process x was expected to hold logical lock on page y,"
may occur if UPDATE STATISTICS is run when the database has run out
of space. This can also leave stranded locks that can only be cleared by
stopping/starting SQL Server.
Ensure there is adequate space in the database such that error 1105 "Can't allocate space" is not encountered when you run UPDATE STATISTICS.
Microsoft has confirmed this to be a problem in Microsoft SQL Server 6.0. This problem was corrected in Service Pack 2 for SQL Server version 6.0. For more information, contact your primary support provider.
Additional query words: sql6 windows nt
Keywords : SSrvProg kbbug6.00 kbfix6.00.sp2
Version : 6.0
Platform : WINDOWS
Issue type :
Last Reviewed: April 17, 1999