MSSQL loadable plugin
Source
xxxxxxxxxx
### 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.
# Conection to named instance can be made by specifying instance name in URI.
# 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:
### Option: Plugins.MSSQL.Default.Uri
# Uri to connect.
# Default value used if no other is specified.
#
# Mandatory: no
# Range:
# Must matches the URI format.
# The only supported schema is "sqlserver".
# Embedded credentials will be ignored.
# Conection to named instance can be made by specifying instance name in URI.
# Connection to named instance can be made by specifying instance name in the URI.
# Example: sqlserver://localhost/InstanceName
# Default: sqlserver://localhost:1433
# Plugins.MSSQL.Default.Uri=
### Option: Plugins.MSSQL.Default.User
# Username to send to protected MSSQL server.
# Default value used if no other is specified.
#
# Mandatory: no
# Default: