Export to SQL Server (Stored Proc)
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 Export to SQL Server (Stored procedure) node exports workflow data to a Microsoft SQL Server database by executing a stored procedure.
This node can be used to:
Insert or update data
Execute SQL business logic
Synchronize workflow data with external databases
Connection
Select the SQL Server connection to use.
Advanced
Opens the connection configuration window.
Time-out
Maximum execution time in seconds before the node stops execution.
Log Info Messages
Enables SQL informational logging.
Output Parameters
Defines how output parameters are returned. Options: None, Mapped Columns, New Columns.
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;