Installing SafeQ on server with specific database collation for MS-SQL database

If you are installing SafeQ on server with Turkish locale using external MS SQL server 2012, you have to create database with specific colation settings first.

1

images/s/-3eliqb/8502/404359a7d2ab19c9c7c58d12013124a386b28257/_/images/icons/emoticons/lightbulb_on.svg Following steps required already installed MS-SQL server.

Before SafeQ installation described in article Installing YSoft SafeQ CML, following steps are required to create database with specific collation.

2

Open SQL Server Management Studio and create new database.

images/download/attachments/21955408/SQL01.png

3

On General tab enter SQDB5 as a Database name.

images/download/attachments/21955408/SQL02.PNG

4

Switch to Options tab and set specific Collation

images/s/-3eliqb/8502/404359a7d2ab19c9c7c58d12013124a386b28257/_/images/icons/emoticons/lightbulb_on.svg Example: For Turkish locale set SQL_Latin1_General_CP1250_CI_AS .

Then click OK and new database will be created.

images/download/attachments/21955408/SQL03.PNG

5

Create another database by repeating these steps. Name it SQDB5_SQDW.

Then you can see both databases in SQL Server Management Studio.

images/download/attachments/21955408/SQL04.PNG

6

Now you can install SafeQ according to Installing YSoft SafeQ CML

In step 6d2 enter connection for external MS-SQL server.

In step 6d3 enter database names of already created databases (SQDB5 and SQDB5_SQDW).

Install wizard will connect to created databases and confirm connection.