error mssqlserver  
Author Message
Steve3





PostPosted: Tue Nov 23 03:13:36 CST 2004 Top

SQL Server >> error mssqlserver

Hi all:

The errors always during the maintenance plan, and the last error we have is:

17066; SQL Server Assertion File:<page.cpp>, line=2831
Failed Assertion='spceContig>=Align (spaceNedded)'

What means??

Thank you.

Jose

SQL Server141  
 
 
Tibor





PostPosted: Tue Nov 23 03:13:36 CST 2004 Top

SQL Server >> error mssqlserver Did you search KB and Google? Using below search words, I got a number of hits on Google:
SQL 17066

Often Assertion problems are bugs in LSQ server, but then can also be corruption problems in your
database. Run DBCC CHECKDB and also search KB etc and make sure you are current on service pack. If
that doesn't help, consider opening a case with MS Support.
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/




> Hi all:
>
> The errors always during the maintenance plan, and the last error we have is:
>
> 17066; SQL Server Assertion File:<page.cpp>, line=2831
> Failed Assertion='spceContig>=Align (spaceNedded)'
>
> What means??
>
> Thank you.
>
> Jose