Backing Up the Signature Configuration Database

Follow the steps below to create a backup of your Crossware Signature configuration database.

  1. Log in to the server hosting your SQL database.

  2. Connect to the SQL Server.
    Use the command below to connect. This example assumes:

    • You are logged in to the Windows Server using an administrator account.

    • Your SQL Server is configured for Windows Authentication.
      sqlcmd -S localhost\Crossware

  3. Create the database backup.
    Run the following commands in the SQL command prompt:
    1> backup database signature to disk="c:\temp\signature.bak"
    2> go

signature is the name of the Mail Signature configuration database.

Example:

image-20251111-215059.png