The SQL Server stopped running, these messages were in the sql logs. Only thing I saw in the event logs
Could not find an entry for table or index with partition ID 489800837038080 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.
Error occurred while attempting to drop worktable with partition ID 489800837038080.
I'm running on SP2 and have seen mention of a hotfix that was rolled up in SP2.
Has anyone had this issue?