July 18, 2011 at 3:34 pm
Can anyone help me with this issue:
today i have a disk failure on my SQL Server 2000. even though i have built the drive, but i cannot get the server to start still.
I get an error starting the service MSSQL$EVENTMASTER_DB Service
"Could not start the MSSQL$EVENTMASTER_DB Service on local computer.
Error 1067. The program terminated unexpectedly."
The second service is SQLAgent$EVENTMASTER_DB
Error 1068 The dependency service or group failed to start.
The first one needs to start before the second one.
I tried to run SQlServerAgent -v
Here are some logs
2011-07-18 13:45:00 - ? [100] Microsoft SQLServerAgent version 8.00.2039 (x86 unicode retail build) : Process ID
2011-07-18 13:45:00 - ? [100] Microsoft SQLServerAgent version 8.00.2039 (x86 unicode retail build) : Process ID 152
2011-07-18 13:45:00 - ? [101] SQL Server ABCDE version 8.00.2039 (0 connection limit)
2011-07-18 13:45:00 - ? [102] SQL Server ODBC driver version 3.86.3959
2011-07-18 13:45:00 - ? [103] NetLib being used by driver is DBMSSHRN.DLL; Local host server is
2011-07-18 13:45:00 - ? [310] 2 processor(s) and 2048 MB RAM detected
2011-07-18 13:45:00 - ? [339] Local computer is ABCDE running Windows NT 5.2 (3790) Service Pack 2
2011-07-18 13:45:01 - ! [364] The Messenger service has not been started - NetSend notifications will not be sent
2011-07-18 13:45:01 - ? [129] SQLSERVERAGENT starting under Windows NT service control
2011-07-18 13:45:01 - + [260] Unable to start mail session (reason: No mail profile defined)
2011-07-18 13:45:01 - + [396] An idle CPU condition has not been defined - OnIdle job schedules will have no effect
2011-07-15 16:33:09.67 server Logging SQL Server messages in file 'C:\Program Files\Microsoft SQL Server\MSSQL$EVENTMASTER_DB\LOG\ERRORLOG'.
2011-07-15 16:33:09.68 server SQL Server is starting at priority class 'normal'(2 CPUs detected).
2011-07-15 16:33:10.12 server SQL Server configured for thread mode processing.
2011-07-15 16:33:10.12 server Using dynamic lock allocation. [500] Lock Blocks, [1000] Lock Owner Blocks.
2011-07-15 16:33:10.17 spid4 Starting up database 'master'.
2011-07-15 16:33:10.18 spid4 Error: 823, Severity: 24, State: 6.
2011-07-15 16:33:10.20 spid4 07/15/11 16:33:10 Stack Overflow Dump not possible - Exception c00000fd E at 0x004436DD
2011-07-15 16:33:10.20 spid4 Address=4436dd Exception Code = c00000fd
2011-07-15 16:33:10.20 spid4 eax=000f3350 ebx=00000000 ecx=19f42b40 edx=00000000
2011-07-15 16:33:10.20 spid4 esi=00000000 edi=00000001 eip=004436dd esp=02d72c20
2011-07-15 16:33:10.20 spid4 ebp=02d731bc efl=00010202
2011-07-15 16:33:10.20 spid4 cs=1b ss=23 ds=23 es=23 fs=3b gs=0
2011-07-15 16:33:10.20 spid4 1: Return Address 004436DD
2011-07-15 16:33:10.20 spid4 2: Return Address 0044358B
2011-07-15 16:33:10.20 spid4 3: Return Address 00443B16
2011-07-15 16:33:10.20 spid4 4: Return Address 00443A1C
2011-07-15 16:33:10.20 spid4 5: Return Address 0040509B
2011-07-15 16:33:10.20 spid4 6: Return Address 004F7216
2011-07-15 16:33:10.20 spid4 7: Return Address 004050F7
2011-07-15 16:33:10.20 spid4 8: Return Address 00409AA0
2011-07-15 16:33:10.20 spid4 9: Return Address 00409F95
2011-07-15 16:33:10.20 spid4 10: Return Address 00409C49
2011-07-15 16:33:10.20 spid4 11: Return Address 00483DB0
2011-07-15 16:33:10.20 spid4 12: Return Address 00829D14
2011-07-15 16:33:10.20 spid4 13: Return Address 00443B16
2011-07-15 16:33:10.20 spid4 14: Return Address 00443A1C
2011-07-15 16:33:10.20 spid4 15: Return Address 0040509B
2011-07-15 16:33:10.20 spid4 16: Return Address 004F7216
2011-07-15 16:33:10.20 spid4 17: Return Address 004050F7
2011-07-15 16:33:10.20 spid4 18: Return Address 00409AA0
2011-07-15 16:33:10.20 spid4 19: Return Address 00409F95
2011-07-15 16:33:10.20 spid4 20: Return Address 00409C49
2011-07-15 16:33:10.20 spid4
2011-07-15 16:33:10.20 spid4 TotalPhysicalMemory = 3958771712, AvailablePhysicalMemory = 3300696064
2011-07-15 16:33:10.20 spid4 AvailableVirtualMemory = 386457600, AvailablePagingFile = 7153762304
July 21, 2011 at 7:11 am
Not sure if this is helpful, but I found this article....
>2011-07-15 16:33:10.17 spid4 Starting up database 'master'.
>2011-07-15 16:33:10.18 spid4 Error: 823, Severity: 24, State: 6.
http://support.microsoft.com/kb/828339
"Error message 823 may indicate hardware problems or system problems in SQL Server"
July 21, 2011 at 1:05 pm
It appears that the master database may be corrupt and you need to rebuild it.
Error 823 usually indicates a disk problem.
http://www.julian-kuiters.id.au/article.php/sql2000-rebuild-restore-master-db
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply