How to use MS SQL Server as the database?
This document will explain the steps in using MS SQL database for storing the configuration and data.
- To configure MS SQL as the back-end database.
- To set up a fresh MS SQL database or migrate data from an existing database to new MS SQL database.
Note:
- Supported versions: MS SQL 2005 or later versions.
- If you are using "Failover Server" contact our support team for migration assistance.
- This document is applicable for migrating from PGSQL to MSSQL or from one MSSQL server to another.
Change the Database Server to MS SQL
The following steps will explain you, to backup the data from the old server, change the database server and restore the data in the MS SQL database.
- Click here and know the steps to configure SQL server (Proceed with step 2 if the SQL server is already configured).
- Perform the steps below from the computer where MS SQL Server is installed,
- Choose Start --> Run and type services.msc.
- Ensure that "SQL Browser" service has been started. If not, start the service.
- Open the SQL Server Configuration Manager from the Start menu.
- Expand SQL Server Configuration Manager (Local) and navigate to SQL Server Network Configuration.
- Choose the Instance on which you wish to run the database and check if TCP/IP ports are enabled. If not, right click on TCP/IP and enable it.
- You should restart the SQL Service after you enable TCP/IP. Select SQL Server Services from the left pane, right-click the instance and choose Restart.

Note: Ensure that you configure Windows firewall to allow access to SQL server. Refer this document for more information.
- Migrating the database to SQL server
From the computer where the central Server is installed, perform the steps given below:
- Stop the Web Console.
- Execute the script change DBServer.bat available under <Home>/bin directory. This invokes the Database Setup wizard.
- Select Database Type as SQL Server.
- Specify the Host Name where SQL Server is installed.
- From the list of available SQL Server instances, select the instance on which you wish to run the database.
- You can choose to authenticate the database connection either using Windows Authentication or SQL Server Authentication. Choose the required authentication and provide the credentials.
- Click the checkbox to enable NTLM authentication.
- Have the "Migrate Data from Existing Database" check box enabled if you want to migrate your existing database to MSSQL.
Note: This is applicable only if you wanted to migrate your existing database to MS SQL. If you are trying to create a fresh set up, then you can ignore this step.
- Click Save to save and complete the SQL Server Configuration. It may be noted that it will take a few minutes to configure the settings on the SQL server.

Fig: Windows Authentication

Fig: SQL Server Authentication
- One of the best practise recommended is to, Click Test to check whether a connection could be established with the given credential.
- This might take several minutes, the size of your database determines the time taken.
You can start using the server which has been migrated from the previous location.