Microsoft SQL Server
Description
Properties
Property
Description
Connection Configuration
Setting
Description
Changelog
Version
Date
Change
Last updated
Was this helpful?
Category: Databases
Version: 1.0
Last updated: May 12, 2025
Author: Any2Info
The Microsoft SQL Server node allows workflows to connect directly to a Microsoft SQL Server database and execute SQL queries.
This node can be used to:
Retrieve data from SQL Server
Execute custom SQL queries
Read database tables and views
Integrate SQL Server data into workflows
Connection
Select the SQL Server connection to use.
Query
Opens the SQL query configuration window. The query is validated using the SQL dialect of the selected connection type.
Query timeout
Maximum execution time in seconds before the query is stopped.
The connection configuration contains the following settings:
Name
Name of the connection.
Connection type
Database type being used.
Connection string
SQL Server connection string.
Connection timeout
Connection timeout duration in seconds.
Example connection string:
Use the Validate button to test the connection before saving.
1.0
May 12, 2026
Initial documentation version added.
Last updated
Was this helpful?
Was this helpful?
Server=myServerAddress;
Database=myDataBase;
User Id=myUsername;
Password=myPassword;
Encrypt=True;
TrustServerCertificate=True;