December 28, 2009 at 7:49 pm
Could not find an entry for table or index with partition ID 473931877515264 in database 2. This error can occur if a stored procedure references a dropped table, or metadata is corrupted. Drop and re-create the stored procedure, or execute DBCC CHECKDB.
December 28, 2009 at 11:45 pm
Did you try what it told you to do?
--Jeff Moden
Change is inevitable... Change for the better is not.
December 29, 2009 at 12:00 am
As the error says, run this and post the full results.
DBCC CHECKDB (<Database Name>) WITH NO_INFOMSGS, ALL_ERRORMSGS
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply