--- title: Microsoft SQL node documentation description: Learn how to use the Microsoft SQL node in n8n. Follow technical documentation to integrate Microsoft SQL node into your workflows. contentType: [integration, reference] priority: medium --- # Microsoft SQL node Use the Microsoft SQL node to automate work in Microsoft SQL, and integrate Microsoft SQL with other applications. n8n has built-in support for a wide range of Microsoft SQL features, including executing SQL queries, and inserting rows into the database. On this page, you'll find a list of operations the Microsoft SQL node supports and links to more resources. ```{note} Credentials Refer to [Microsoft SQL credentials](/08-0-0-Workflow/integrations/builtin/credentials/microsoftsql.md) for guidance on setting up authentication. ``` ```{include} ../../../../_snippets/integrations/builtin/app-nodes/ai-tools.md ``` ## Operations * Execute an SQL query * Insert rows in database * Update rows in database * Delete rows in database ## Templates and examples