Skip to main content
Skip table of contents

SqlServer Db Store



Description

Connection to a SQL Server database

Type

sqlserver

Category

Db



Configuration

Name

Description

Type

Mandatory

Comment

ConnectionString

The connection string to connect to the database

string

TRUE



JSON
{
    "Name": "database",
    "Type": "sqlserver",
    "HealthCheck": true,
    "Config": {
        "ConnectionString": "Server=<ip/hostname server>,<port>;User Id=dfakto;Password=password;Database=<dbname>;TrustServerCertificate=True;Encrypt=True"
    }
}


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.