November 17, 2008 at 6:17 am
I am using MSSQL2005
when I restart the machine and trying to restart the SQl agent I get following error
"The request failed or the service did not respond in a timely fashion.
I can not start the server .
How to resolve this error?
November 17, 2008 at 6:36 am
Is it just the SQL Agent which does not start or the SQL Server?
Under which account are you trying to start the service?
The most likely reason for such an error is a logon failure for the service account, but if it's SQL Server which doesn't start it could also be a problem with the startup parameters. Check the eventlog for any other messages.
[font="Verdana"]Markus Bohse[/font]
November 17, 2008 at 7:05 am
YES ..
when I am trying to restart that I am getting that error
November 17, 2008 at 7:11 am
patilharshalv (11/17/2008)
YES ..when I am trying to restart that I am getting that error
Yes what ??? You didn't answer any of my questions. Which service is having the problem, Which account are you using? Any other messages in the Eventlog ?
[font="Verdana"]Markus Bohse[/font]
November 17, 2008 at 8:18 am
In event log I get as
SQL Server evaluation period has expired.
and in some logs when the db was down I get the event log as
A page that should have been constant has changed (expected checksum: 73639977, actual checksum: 5b779837, database 17, file 'F:\MSSQL\GENERAL_MOTORS_DATA.mdf', page (1:213843)). This usually indicates a memory failure or other hardware or OS corruption.
what to do now?
November 17, 2008 at 8:26 am
patilharshalv (11/17/2008)
In event log I get asSQL Server evaluation period has expired.
and in some logs when the db was down I get the event log as
A page that should have been constant has changed (expected checksum: 73639977, actual checksum: 5b779837, database 17, file 'F:\MSSQL\GENERAL_MOTORS_DATA.mdf', page (1:213843)). This usually indicates a memory failure or other hardware or OS corruption.
what to do now?
The first message tells it. You're using a evaluation version which has expired. You need to install a full version.
The second message could be caused by a hardwaare problem, most likely the harddisk. If you're lucky you can fix it using DBCC CHECKDB, but first you need replace the evaluation version.
[font="Verdana"]Markus Bohse[/font]
November 17, 2008 at 8:50 am
How to install install a full version.
I have data in that server how to restore that ?
October 11, 2010 at 12:05 am
sir i am also having the same problem i started using network services and local services but failed
November 20, 2010 at 2:16 pm
I had this same error, and i found this topic when i googled it. however i found nothing related to it in the event log.
I remember that I've changed the administrator account password after i setup the SQL server and configured the instance access. so i ran SQL server configuration manager, and changed the password for the SQL server instance, and for the SQL server Agent as well.
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply