Microsoft SQL Server
Last updated
Last updated
Use the SQL server connector to connect to your Microsoft SQL database.
Select Connectors in Hub menu and select Add Connector.
Select Microsoft SQL Server
Enter the name and optionally a description.
Enter the configuration values for different environments.
Select Save.
Agent Group
Agent group where the connector should be executed
Server
Address to the Microsoft SQL Server
Initial Catalog
The name of the database to be used. If there are multiple databases on the server that you have permission to use, you have to specify the Initial Catalog.
Username
User to login to the database with
Password
Password for User
Connection Pooling
Sets whether connection pooling should be used
Connection Timeout
The timeout, in seconds, for establishing a connection to the SQL Server.
Override Connection String
If a connection string is specified here, it will be used instead of the one generated from the settings above.
Schema/AppOwner
Database schema name. The default schema is dbo
Initialization Command
Optional command to execute immediately after successful login
Cleanup Command
An optional command to execute on the database after the operation has been completed.
Command Timeout
Command timeout, in seconds, to use when executing a script or a query. If not set, the default value will be used (usually 90 seconds)
Hover over the connector card and the context menu will appear, select Edit.
You can now change or the configuration values for different environments.
Hover over the connector card and the context menu will appear, select Delete.
Confirm and the connector will be deleted.
Deleting a connector can not be undone.