Skip to main content

Options

host
string
required
The hostname or IP address of the MSSQL server.
port
string
required
The port of the MSSQL server.
username
string
required
The username for authentication.
password
string
required
The password for authentication.
database
string
required
The name of the database.
query
string
required
The SQL statement to be executed. Placeholders for parameters: ?1 to ?10

Arguments

argument1
string
required
Value for the first parameter in the SQL statement.
argument2
string
Value for the second parameter in the SQL statement.
argument3
string
Value for the third parameter in the SQL statement.
argument4
string
Value for the fourth parameter in the SQL statement.
argument5
string
Value for the fifth parameter in the SQL statement.
argument6
string
Value for the sixth parameter in the SQL statement.
argument7
string
Value for the seventh parameter in the SQL statement.
argument8
string
Value for the eighth parameter in the SQL statement.
argument9
string
Value for the ninth parameter in the SQL statement.
argument10
string
Value for the tenth parameter in the SQL statement.
Example for the arguments:
argument1: Searchterm for XYZ
argument2: Start date. Format: `yyyy-mm-dd` / Example: `2025-04-01`