> 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/microsoft-sql-server.md).

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

```
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/microsoft-sql-server.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.
