Configuring SQL server compatibility level

19 views 0

How to change SQL Server compatibility level for Atomia applications.

Overview

If you are upgrading to a new version of SQL Server, you may need to change the compatibility level, especially if the one you currently use is not available in the new version. After changing the compatibility level, you must configure the new level for the Atomia applications.

Configuring compatibility level

Open the file C:\Program Files (x86)\Atomia\Common\ADDT\ADDT.exe.config and set the compatibility level in the setting compatibilityLevel. For example:

    <add key="compatibilityLevel" value="100" />

It is important to configure it on all servers that run Atomia Windows applications using the SQL Server

Was this helpful?