Introduced in TMS release version 8.25.0.1
Client updates
When this option is checked, all the Windows TMS applications will attempt to use the SQL Native Client for database connections, instead of the standard OLE database driver.
Server updates
Windows updates
For a guide to setting the relevant registry entries, see: https://docs.microsoft.com/en-us/windows-server/security/tls/tls-registry-settings
Change Compatibility level
Once the above is done, alter the database compatibility level to SQL 2014 (120) in SSMS, or by using the following SQL:
ALTER DATABASE {database name} SET COMPATIBILITY_LEVEL = 120