Creating or Updating the Database Schema for MS SQL - Hyland Clinician Window - 23.1 - 23.1 - Other - external - Other/Hyland-Clinician-Window/23.1/Hyland-Clinician-Window/Installation/Hyland-Healthcare-Configuration-Provider-Host/Setting-Up-the-Configuration-Database/Admin-Tool-Command-Line-Reference/Example-Configuration-Files/Creating-or-Updating-the-Database-Schema-for-MS-SQL - 2023-09-12

Hyland Clinician Window

Platform
Other
Product
Hyland Clinician Window
Release
23.1
License

The following is an example configuration file for a Microsoft SQL Server database:

{
 "schema": "solution",
 "tenants": [
  {
   "Name": "Tenant1",
   "DataProvider": "MSSQL",
   "Value": "Data Source=<DB_HOSTNAME>\\<DB_INSTANCE>;Initial Catalog=TestDB;User Id=dbadmin;Password=dbpassword"
  }
 ]
}