> For the complete documentation index, see [llms.txt](https://academy.any2info.com/any2info-academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.any2info.com/any2info-academy/no-code-platform/data-studio/data-hubs/toolbox/import-and-export/databases/export-to-sql-server-stored-proc.md).

# Export to SQL Server (Stored Proc)

**Category:** Databases

**Version:** 1.0

**Last updated:** May 12, 2025

**Author:** Any2Info

***

### Description

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

***

### Properties

| Property          | Description                                                                             |
| ----------------- | --------------------------------------------------------------------------------------- |
| 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. |

***

### 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:

```
Server=myServerAddress;
Database=myDataBase;
User Id=myUsername;
Password=myPassword;
Encrypt=True;
TrustServerCertificate=True;
```

Use the **Validate** button to test the connection before saving.

***

### Changelog

| Version | Date         | Change                               |
| ------- | ------------ | ------------------------------------ |
| 1.0     | May 12, 2026 | Initial documentation version added. |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://academy.any2info.com/any2info-academy/no-code-platform/data-studio/data-hubs/toolbox/import-and-export/databases/export-to-sql-server-stored-proc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
