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



CODE
{
    "Name": "database",
    "Type": "sqlserver",
    "HealthCheck": true,
    "Config": {
        "ConnectionString": "Server=[Host];Port=[Port];User Id=[Username];Password=[Password];Database=[Database name]"
    }
}


JavaScript errors detected

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

If this problem persists, please contact our support.