Skip to content
English
  • There are no suggestions because the search field is empty.

Gettings Started: Microsoft SQL Backups

Applies to NovaBACKUP Business Essentials and NovaStor DataCenter

There are not many prerequisites for performing a backup of a MSSQL Instance, but there are a couple that absolutely must be done.

Make sure your version of MSSQL is supported by NovaBACKUP

Make sure you are using the current available version of Business Essentials or DataCenter

Make sure you are on the current Service Pack ( at the minimum) for your edition of MSSQL

REQUIRED SQL SETTING: Ensure Windows or Mixed Mode Authentication is enabled

REQUIRED SQL SETTING: Database access for our service(s)

  • By default our backup service runs as the "Local System" account that also, by default, has access to a SQL Instance. If your SQL configuration has been restricted though you will need to make sure the account our service is running as is able to request a backup
    1. Add the sysadmin role to NT AUTHORITY\LOCAL SYSTEM using SQL Server Management Studio
    2. OR Change the account the backup service utilizes to request data
      • NovaBACKUP Business Essentials: nsService.exe performs backup operations
      • NovaBACKUP DataCenter: The services that start with with either "NovaStor DC" or "NBK" (depending on the version of DataCenter used), it is only needed to set the service to run as a different user for two services, the "DC Hiserv" service and the "DC Remote Command Executor" service, you do not need to edit any other services.

OPTIONAL SQL SETTING: For DataCenter make sure the "Recovery Model" of the database is set to "Full"

  • If the "Recovery Model" is set to "Simple", Incremental/log backups will fail. Full backups will still function