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
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,693 questions
{count} votes

Accepted answer
  1. Erland Sommarskog 100.9K Reputation points MVP
    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.

0 additional answers

Sort by: Most helpful