For the complete documentation index, see llms.txt. This page is also available as Markdown.

Microsoft SQL Server

Category: Databases

Version: 1.0

Last updated: May 12, 2025

Author: Any2Info


Description

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


Properties

Property
Description

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.


Connection Configuration

The connection configuration contains the following settings:

Setting
Description

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.


Changelog

Version
Date
Change

1.0

May 12, 2026

Initial documentation version added.

Last updated

Was this helpful?