Data Backup.com

Solving SQL VSS writer problems during backup

By Brien Posey

What are the most common SQL VSS writer issues users encounter when backing up SQL databases with VSS-based backup software?

The VSS writer error that seems to cause the most trouble for people is missing SqlServerWriter from the results list when using the VSSAdmin List Writers command. There are two main causes for this error.

The most common issue is a permissions problem. The service account (usually NT Authority/system) must have sysadmin privileges on SQL Server.

The other thing that can cause problems is leading or trailing spaces in a database name. To see if this is the problem, try running the following query:

Select '#'+name+'#' from sys.database

If any results are returned, then the database appearing in the results has a space in the name.

05 Apr 2013

All Rights Reserved, Copyright 2008 - 2024, TechTarget | Read our Privacy Statement