MSSQL loadable plugin
Source
### Option:Plugins.MSSQL.System.Path
# Path to external plugin executable.
#
# Mandatory: yes
# Default:
# Plugins.MSSQL.System.Path=
### Option: Plugins.MSSQL.Timeout
# Amount of time to wait for a server to respond when first connecting and on
# follow up operations in the session.
#
# Mandatory: no
# Range: 1-30
# Default:
# Plugins.MSSQL.Timeout=<Global timeout>
### Option: Plugins.MSSQL.KeepAlive
# Time in seconds for waiting before unused connections will be closed.
#
# Mandatory: no
# Range: 60-900
# Default:
# Plugins.MSSQL.KeepAlive=300
### Option: Plugins.MSSQL.CustomQueriesDir
# Filepath to a directory containing user defined .sql files with custom
# queries that the plugin can execute.
#
# Mandatory: no
# Default:
# Plugins.MSSQL.CustomQueriesDir=
### Option: Plugins.MSSQL.Sessions.*.Uri
# Uri to connect.
# Replace "*" with a session name.
#
# Mandatory: no
# Range:
# Must matches the URI format.
# The only supported schema is "sqlserver".
# Embedded credentials will be ignored.
# Connection to named instance can be made by specifying instance name in the URI.
# Example: sqlserver://localhost/InstanceName
# Default: sqlserver://localhost:1433
# Plugins.MSSQL.Sessions.*.Uri=
### Option: Plugins.MSSQL.Sessions.*.User
# Username to send to protected MSSQL server.
# Replace "*" with a session name.
#
# Mandatory: no
# Default:
# Plugins.MSSQL.Sessions.*.User=
### Option: Plugins.MSSQL.Sessions.*.Password
# Password to send to protected MSSQL server.
# Replace "*" with a session name.
#
# Mandatory: no
# Default:
# Plugins.MSSQL.Sessions.*.Password=
### Option: Plugins.MSSQL.Sessions.*.CACertPath