SQL Server

The Devprime platform provides several parameters for the customization of State SQL Server.

Configuring State with SQLServer

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
    "DevPrime_State": [
    {
      "enable": "true",
      "alias": "State1",
      "dbtype": "sqlserver",
      "type" : "db",
      "dbprovider": "ef",
      "connection": "Data Source=localhost;Initial Catalog=ms-sql;User ID=sa;
      Password=LltF8Nx*yo;Min Pool Size=10;Max Pool Size=100;
      TrustServerCertificate=True;",
      "timeout": "5",
      "retry": "2",
      "durationofbreak": "45"
    }
  ],
Last modified January 10, 2024 (967dcac3)