mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
1.5 KiB
1.5 KiB
| permalink | description |
|---|---|
| /nodes/n8n-nodes-base.microsoftSql | Learn how to use the Microsoft SQL node in n8n |
Microsoft SQL
Microsoft SQL is a relational database management system. As a database server, it is a software product with the primary function of storing and retrieving data as requested by other software applications—which may run either on the same computer or on another computer across a network.
::: tip 🔑 Credentials You can find authentication information for this node here. :::
Basic Operations
Example Usage
This workflow allows you to execute an SQL query in Microsoft SQL. You can also find the workflow on the website. This example usage workflow would use the following two nodes.
The final workflow should look like the following image.
1. Start node
The start node exists by default when you create a new workflow.
2. Microsoft SQL node
- First of all, you'll have to enter credentials for the Microsoft SQL node. You can find out how to do that here.
- Select 'Execute Query' from the Operation dropdown list.
- Enter your SQL query in the Query field.
- Click on Execute Node to run the workflow.
