Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
eirikr_1
Starting Member
27 Posts |
Posted - 2011-07-18 : 17:38:08
|
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_DBError 1068 The dependency service or group failed to start.The first one needs to start before the second one.I tried to run SQlServerAgent -vHere are some logs2011-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 1522011-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.39592011-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 detected2011-07-18 13:45:00 - ? [339] Local computer is ABCDE running Windows NT 5.2 (3790) Service Pack 22011-07-18 13:45:01 - ! [364] The Messenger service has not been started - NetSend notifications will not be sent2011-07-18 13:45:01 - ? [129] SQLSERVERAGENT starting under Windows NT service control2011-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 effect2011-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 0x004436DD2011-07-15 16:33:10.20 spid4 Address=4436dd Exception Code = c00000fd2011-07-15 16:33:10.20 spid4 eax=000f3350 ebx=00000000 ecx=19f42b40 edx=000000002011-07-15 16:33:10.20 spid4 esi=00000000 edi=00000001 eip=004436dd esp=02d72c202011-07-15 16:33:10.20 spid4 ebp=02d731bc efl=000102022011-07-15 16:33:10.20 spid4 cs=1b ss=23 ds=23 es=23 fs=3b gs=02011-07-15 16:33:10.20 spid4 1: Return Address 004436DD2011-07-15 16:33:10.20 spid4 2: Return Address 0044358B2011-07-15 16:33:10.20 spid4 3: Return Address 00443B162011-07-15 16:33:10.20 spid4 4: Return Address 00443A1C2011-07-15 16:33:10.20 spid4 5: Return Address 0040509B2011-07-15 16:33:10.20 spid4 6: Return Address 004F72162011-07-15 16:33:10.20 spid4 7: Return Address 004050F72011-07-15 16:33:10.20 spid4 8: Return Address 00409AA02011-07-15 16:33:10.20 spid4 9: Return Address 00409F952011-07-15 16:33:10.20 spid4 10: Return Address 00409C492011-07-15 16:33:10.20 spid4 11: Return Address 00483DB02011-07-15 16:33:10.20 spid4 12: Return Address 00829D142011-07-15 16:33:10.20 spid4 13: Return Address 00443B162011-07-15 16:33:10.20 spid4 14: Return Address 00443A1C2011-07-15 16:33:10.20 spid4 15: Return Address 0040509B2011-07-15 16:33:10.20 spid4 16: Return Address 004F72162011-07-15 16:33:10.20 spid4 17: Return Address 004050F72011-07-15 16:33:10.20 spid4 18: Return Address 00409AA02011-07-15 16:33:10.20 spid4 19: Return Address 00409F952011-07-15 16:33:10.20 spid4 20: Return Address 00409C492011-07-15 16:33:10.20 spid4 2011-07-15 16:33:10.20 spid4 TotalPhysicalMemory = 3958771712, AvailablePhysicalMemory = 33006960642011-07-15 16:33:10.20 spid4 AvailableVirtualMemory = 386457600, AvailablePagingFile = 7153762304 |
|
prett
Posting Yak Master
212 Posts |
Posted - 2011-07-21 : 03:33:20
|
Due to disk failure, your master database get corrupted. To rebuild master database in SQL Server 2000 use this link: http://msdn.microsoft.com/en-us/library/aa197950%28v=sql.80%29.aspxIf this method does not work then you should try third party sql recovery software to repair your corrupt master database. |
|
|
|
|
|