Follow the steps below to create a backup of your Crossware Signature configuration database.
-
Log in to the server hosting your SQL database.
-
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
-
-
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: