HELP - SQL WILL NOT START

  • runing Windows 2003 SP1, SQL Server 2000 SP4 (8.00.2187).SQL service will not start after server reboot. returns error :

    Could not start the MSSQLSERVER service on local computer

    Error 1053: The service did not respond to the start or control request in a timely fashion.

    It returns this error immediately, does not even take time to think about it, although eventvwr says it timesout after 30 secs (not true!)

    Any ideas?

    cheer

    george

    ---------------------------------------------------------------------

  • Hi,

    Can this help ? You may need to install a Service Pack to fix it.

    http://support.microsoft.com/kb/839174

    Osama

  • probably not osama, I get the error on trying to start the service , rather than stop.

    I shouyld add there were space problems on the drive the day before, but these were cleared before server restarted.

    ---------------------------------------------------------------------

  • Tryinf to start SQL from command line not under a service (sqlservr.exe -c) I get the following error:

    Application popup: sqlservr.exe - Unable To Locate Component : This application has failed to start because MSVCP71.dll was not found. Re-installing the application may fix this problem.

    sounds like a reinstall?

    ---------------------------------------------------------------------

  • Panic over, copied over file MSVCP71.dll from another 2003 server (it can also be downloaded from web) and it all started fine.

    So trying to start it without service gave the clue to problem.

    hope this helps someone else sometime

    george

    ---------------------------------------------------------------------

  • Thanks for posting your solution!

    We had a server with 2 SQL Server instances and were experiencing Error 1053 on one instance when trying to start it.

    Copying MSVCP71.dll from another 2003 server as per the above post seemed to fix everything...

  • Thats good to know. Pure coincidence I logged into active threads and this came up top of the list!

    🙂

    ---------------------------------------------------------------------

  • Glad you were able to resolve your issue and posted what you did to solve it as well. Looks like it will benefit others. 🙂

  • MSVCP71.dll is also on the SQL Server 2000 SP4 CD. Copying it into the system32 folder worked without having to register it. That is, as soon as I copied the file I could start the SQL service. Thanks for the solution.

  • my pleasure.

    ---------------------------------------------------------------------

  • thanks for solution,

    I am using sql server 2000 on windows 2003 64bit, I copied, MSVCR71.DLL and msvcp71.dll files into following path

    C:\Program Files (x86)\Microsoft SQL Server\80\Tools\Binn

    after copying dll files sql server run successfully

    I got these files from sql server sp4 cd

    🙂

    Thanks

  • the topic that just keeps on giving 🙂

    ---------------------------------------------------------------------

Viewing 12 posts - 1 through 11 (of 11 total)

You must be logged in to reply to this topic. Login to reply