How to Disable the SQL Server VSS Writer Service

How to Disable the SQL Server VSS Writer Service thumbnail
How to Disable the SQL Server VSS Writer Service

The SQL Writer in SQL Server uses the Volume Shadow Copy Service (VSS) to perform a backup or restore request of a database from an external application. The VSS is maintained as a Windows service versus a SQL Server service. This means SQL Server can continue to run and serve database files without VSS running. Use the Windows services console to disable SQL Server VSS Writer only when other applications do not require access to database files.

Things You'll Need

  • Microsoft Windows
  • Microsoft SQL Server
Show More

Instructions

    • 1

      Click "Start."

    • 2

      Navigate to "All Programs," "Administrative Tools" and click the "Services" icon.

    • 3

      Scroll through the alphabetical list of Services and locate the entry "Volume Shadow Copy."

    • 4

      Right-click the service name and left-click "Properties" from the menu.

    • 5

      Select "Disabled" from the "Startup type" drop-down and click the "OK" button.

    • 6

      Restart Windows if the VSS service was running.

Tips & Warnings

  • Stop the VSS service and test your backup applications before deciding to permanently disable the service.

  • Verify the "Remote Procedure Call" service is enabled when attempting to restart the VSS service.

Related Searches:

References

Resources

  • Photo Credit Jupiterimages/Comstock/Getty Images

Comments

You May Also Like

  • How to Remove Microsoft SQL Writer

    The Microsoft SQL Writer Service is a program that comes pre-installed on all computers that have a Windows operating system. The program...

  • How to Use MSDE Writer in 2005 MS SQL Server

    The Microsoft SQL Desktop Engine (MSDE) Writer is a service that originated with SQL Server 2000. The SQL Writer replaced MSDE Writer...

  • SQL Server Integration Service Tutorial

    Microsoft SQL Server Integration Services, or SSIS, is the tool for extracting, transforming and loading data from a source to a target...

  • How to Remove Microsoft SQL Server

    Microsoft SQL Server is a database creation and management tool. Microsoft SQL Server databases are used in networks, behind websites and in...

  • How to Delete SQL 2005 Express Instance

    Microsoft SQL 2005 Express is a free version of relational database server software. It uses the SQL query language to store data...

  • How to Locate the VSS Wire

    The vehicle speed sensor, or VSS, wire is normally a part of a vehicle's speedometer array. This wire also controls the volume...

  • Standard Defrag vs. VSS Defrag

    Defrag is short for "defragmentation." Defragmentation is the process of a computer reorganizing file pieces closer together to create more free space....

  • How to Restore a VSS Deleted File

    Visual Source Safe (VSS) is a server product used by developers for change control. Change control allows you to roll back changes...

  • Creating a New User in SQL Server

    To create a new user in Microsoft SQL Server, use the Management Studio console to enter a new user name and password....

  • How to Reinstall Mssql.1

    Click "Start," "Control Panel," "Add or Remove Programs." Click the following programs and click "Remove": MSXML 6.0 Parser, SQLXML4, Microsoft SQL, Server...

Related Ads

Featured