How To Fix An SQL Server Database Skfuser in SUSPECT Mode
How To Fix An SQL Server Database Skfuser in SUSPECT Mode
Abstract
Occasionally when a user logs in to SKF @ptitude Analyst, the error message
"Unable to connect to database PC_Name" is displayed. There are several
reasons why this error message would be encountered. This article documents
a fix to one of the causes of this error.
Overview
One common cause of the error mentioned above is if the skfuser database is in
(SUSPECT) mode.
When a database is in (SUSPECT) mode, the database server will not allow any
operations to be performed until the database is repaired.
The output resulting from the query will provide any errors in the database.
1. Stop all SQL services. Create a copy of the skfuser.mdf and skfuser.ldf
database files (from the Microsoft SQL Server “DATA” folder) and paste
into the Microsoft SQL Server “Backup” folder. Then, restart the SQL
services again.
This statement will clear the suspect flag and make the database
accessible and online.
DBCC checkdb(skfuser)
----
For further assistance, please contact the Technical Support Group by phone at
1-800-523-7514 option 8, or by e-mail at TSG-CMC@skf.com.