Link to home
Start Free TrialLog in
Avatar of pgm554
pgm554Flag for United States of America

asked on

The description for Event ID 8646 from source MSSQL$MICROSOFT##SSEE cannot be found.

MS SQL corruption error

Getting this error on a sbs 2011 server

The description for Event ID 8646 from source MSSQL$MICROSOFT##SSEE cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

1
692197516
SUSDB

The specified resource type cannot be found in the image file

Any ideas?
sqlerr.PNG
Avatar of Mark Wills
Mark Wills
Flag of Australia image

Yep, you have a corruption of some sort in one of your Databases....

Do you know which DB SBS is connecting to ? What version of SQL (quite possibly will be SQL2008)

Do you have SSMS and can see the DB ?

From SSMS, you can run DBCC CHECKDB (<your db name goes here>)  WITH NO_INFOMSGS, ALL_ERRORMSGS, TABLERESULTS;  

Let us know the results....

Have a read of : https://docs.microsoft.com/en-us/sql/t-sql/database-console-commands/dbcc-checkdb-transact-sql?view=sql-server-2017

And an example with explanation : http://sqlsoldier.net/wp/sqlserver/introductiontointegrityinterpretingdbcccheckdbresults
This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.