Review the Application Event log Details for Event ID 9003.
Determine the problem SQL system database file (Master, Model, or Msdb ).
How to replace the corrupt or missing SQL system database and log files with the copies of the SQL system database and log files:
1. Go to the MSSQL Data folder on the Server where SQL is installed
(Figure 1)
(Backup Exec 2012 and above)
C:\Program Files (x86)\Microsoft SQL Server\MSSQL10_50.BKUPEXEC\MSSQL\DATA
Figure 1
2. With every full backup of a MSSQL Server or instance the following files get created
(Figure 2)
Figure 2
master$4idr
mastlog$4idr
model$4idr
modellog$4idr
msdbdata$4idr
msdblog$4idr
3. Rename the corrupted database and log files to ".old".
Note: Only rename the database files reported corrupted in the Applicatoin Event log error.
4. Change or rename the matching $4idr files to the appropriate mdf or ldf files.
Note: Only rename the database files reported corrupted in the Application Event log error.
master$4idr --> master.mdf
mastlog$4idr --> mastlog.ldf
model$4idr --> model.mdf
modellog$4idr --> modellog.ldf
msdbdata$4idr --> msdbdata.mdf
msdblog$4idr --> msdblog.ldf
5. Before starting the SQL SERVER (BKUPEXEC) service remove the "READ-ONLY" attribute from the database and log files that were just renamed.
(Figure 3)
Figure 3
6. Start the SQL Server (BKUPEXEC) service.
7. Start the Backup Exec Services.