This topic explains how to use Microsoft SQL Server for the Symprex Email Signature Manager database.
Please follow these steps:
2. | Using SQL Server Management Studio, create a new database on your SQL Server for Email Signature Manager according to your organization's policy. The database can be given any name.
|
3. | Remaining in SQL Server Management Studio, open the signdbs.sql script and change the [USE] statement on the first line to point to the database created in step 2.
|
4. | Execute the script modified in step 3, which will create the database structure.
|
5. | Configure permissions on the tables in the database created in step 2. Email Signature Manager supports using both Windows Authentication and SQL Server Authentication:
When using Windows Authentication, give each user of the product SELECT, INSERT, UPDATE and DELETE rights on all tables in the database.
When using SQL Server Authentication, give each SQL logon SELECT, INSERT, UPDATE and DELETE rights on all tables in the database
|
7. | If you have templates and settings in an existing database, this data can be imported to the SQL Server database using the Import Database dialog.
|
|