Skip to main content
Skip table of contents

Backup and Restore

  1. Connect to SQL Server 
    Open SSMS and connect to your SQL Server instance. 

  2. Select the Database 
    In the Object Explorer, expand the Databases node and right-click the Sidekick database. 

  3. Initiate Backup 
    Choose Tasks > Back Up… from the context menu. 

import1c.png

 

  • Configure Backup Settings 
    In the Back Up Database window: 

  • Database: Ensure the correct database is selected. 

  • Backup type: Select Full for a complete backup. 

  • Backup component: Choose Database

  • Destination: Click Remove to delete the default path, then click Add to specify a new location and filename for the backup file (e.g., C:\Backups\Sidekick.bak).  

import2c.png

 

  1. Start Backup 
    Click OK to begin the backup process.

  2. Repeat steps for Sidekick_Identity database 

import3c.png

 

 How to Restore a SQL Server Database Using SSMS

  1. Connect to SQL Server
    Open SSMS and connect to your SQL Server instance.

  2. Initiate Restore
    In the Object Explorer, right-click the Databases node and select Restore Database….

  3. Select Backup File
    In the Restore Database window:

    • Source: Choose Device and click the ellipsis (…) button.

    • Select backup devices: Click Add and browse to the location of your backup file (e.g., C:\Backups\Sidekick.bak).

  4. Configure Restore Settings
    Ensure the correct database is selected under Destination.

import4b.png

 

  1. Start Restore
    Click OK to begin the restore process.

import5b.png

 

import6b.png

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.