SQL Server 2014 Fails to install

Ethan Wright 1 Reputation point
2021-01-14T21:28:06.323+00:00

Hello all,

Thank you in advance for any help you might be able to give.

I am installing Microsoft SQL Server 2014 on a

Lenovo ThinkPad P73
Windows 10 Pro for workstations - 1909
When I attempt to install it fails with this error:


TITLE: Microsoft SQL Server 2014 Setup


The following error has occurred:

Service 'SQL Server VSS Writer' (SQLWriter) failed to start. Verify that you have sufficient privileges to start system services.

Click 'Retry' to retry the failed action, or click 'Cancel' to cancel this action and continue setup.

For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft%20SQL%20Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=0xF45F6601%25401201%25401


BUTTONS:

&Retry

Cancel


I checked the "SQL Server VSS Writer" service.

The service is not running.
It is set to log on as Local System Account
When I try to start the service the error I get is:


Windows could not start the SQL server Writer service on the local computer.

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


I am locally logged in with the local Admin account and running the install and Administrator.

Please let me know if someone has an idea of what to do, or if I need to post logs.

(Let me know where the logs are located.)

SQL Server | Other
{count} votes

1 answer

Sort by: Most helpful
  1. cheong00 3,486 Reputation points Volunteer Moderator
    2021-08-13T17:27:58.987+00:00

    I think you can check the Event Viewer for System Event.

    Most likely the corresponding VC++ redistributables are not installed in your system. However I don't have SQL2014 installed to verify the version.

    If you can, use "Depends" (the dependency walker) to open "Shared\sqlwriter.exe" and tell us the filename of "VCRUNTIME???.DLL", so we can tell you the version of redistributable to download. (I just tried it, it will appear to be hang for about 2 minutes, that is normal)

    If you see VSRUNTIME140.dll, then you need to download and install VC++ Redistributable for VS2015

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.