Prev: [241] Startup error: Unable to initialize error reporting system
Next: The file on device 'tape' is not a valid Microsoft Tape Format backup set.
From: J_Crites on 6 Jan 2006 13:05 We're getting the following on a Windows 2003 Server, running SQL 2000 SP3a. 17066: SQL Server Assertion: File: <diskio.c>, line=670 Failed Assertion = 'filepos + CBytes <= (DWORDLONG) m_size << PAGESIZEBITS'. Any ideas? Jeremy
From: Prospero via SQLMonster.com on 9 Jan 2006 02:32
Well I think by Failed Assertion means it failed some runtime check. Theres no way to really know whats causing this error in your specific instance but its probably some kind of database information inconsistency. Type DBCC CHECKDB and see what it says. Your database probably isnt normalized well enough. -- Message posted via SQLMonster.com http://www.sqlmonster.com/Uwe/Forums.aspx/sql-server/200601/1 |