Service 'SQL Server VSS Writer' failed to start

Jikke 26 Reputation points
2021-08-13T15:49:22.957+00:00

So I am trying to install Microsoft SQL Server 2014 Express LocalDB for days now, but I am running in to the same error over and over again.

123171-image.png

I tried everything I could think of:

  • upgrading windows by using iso (while I was on the latest version already)
  • assigning both my self as the administrators group permissions to "start system services"
  • starting the service by hand (il come back to this below)
  • reinstalling it multiple times
  • trying it on another pc (vm)

So I tried to install it on a VM which did work.
I also tried running the service manually which resulted in this error:

123115-image.png

I contacted Microsoft support tons of times, but they also can't help. So this is really my last chance.
Anyone knows how to fix this without needing to reinstall windows and losing all my files?

Huge thanks in advance!

SQL Server Other
{count} votes

Accepted answer
  1. Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
    2021-08-14T09:05:29.233+00:00

    That error is not particularly helpful.

    You could try to open a command-line window as Administrator and run this:

    "C:\Program Files\Microsoft SQL Server\90\Shared\sqlwriter.exe"
    

    Maybe you get some useful error message here. Although, when I tried it on my machine, the program returned immediately without any error message, so I don't have any big hopes.

    I googled a little, and I found https://stackoverflow.com/questions/16160310/sql-server-vss-writer-refuses-to-start, which suggests using Process Explorer to troubleshoot. The posts also suggests that a VC distributable is missing, and includes a link.

    2 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Tom La 0 Reputation points
    2024-10-25T15:02:35.7766667+00:00

    Old post but thought i'd chime in since there are no other answers. i had the same issue and it seems i was trying to upgrade from sql 2005 to 2014 using 64bit media when 2005 was 32 bit. so i downloaded sql 2014 32bit and it installed and upgraded perfectly.

    0 comments No comments

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.