How to Get Started with SQL Server (MSSQL)
- Tables
-
Product updates
Product updates: January 2023 Product updates: March 2023 Product updates: February 2023 Product updates: April 2023 Product updates: May 2023 Product updates: June 2023 Product updates: July 2023 Product updates: August 2023 Product updates: September 2023 Product updates: October 2023 Product updates: November 2023 Product updates: December 2023 Product updates: January 2024 Product updates: February 2024 Product updates: March 2024 Product updates: April 2024 Product updates: May 2024 Product updates: June 2024 Product updates: July 2024 Product updates: August 2024 Product updates: September 2024 Product updates: October 2024 Product updates: November 2024 Product updates: December 2024 Product updates: January 2025 Product updates: February 2025 Product updates: March 2025 Product updates: April 2025 Product updates: May 2025 Product updates: June 2025 Product updates: July 2025 Product updates: August 2025
- Zaps
- Your Zapier account
- Interfaces
- Canvas
- Chatbots
- Getting started
- Agents
- MCP
- Built-in tools
- Lead Router
- Apps
Table of Contents
Connect to SQL Server on Zapier
SQL Server (MSSQL) uses custom authentication to authenticate your account on Zapier. To connect to SQL Server, you’ll need to provide a static IP address listed below.
Required authentication fields
-
Host: This is your database instance's IP address or hostname (db.example.com). It must be accessible from outside your network. Note:
localhost
and127.0.0.1
are not valid. Make sure it is accessible from these IPs:54.86.9.50
- Port: 1433 is the default. Change it if you're using a non-standard port.
- Database: This is the name of the database to read data from.
- Username: This is the username that will access the database. You should create a new Zapier-specific user with a limited permission scope.
Optional authentication fields
- Password: This is the password of the database to read data from.
- Schema: This is the schema that the selected database resides in.
- Enforce encryption: Select from the dropdown menu to enforce SSL/TTL for encrypting communication between Zapier and your database.
- Allow self-signed certificates: Select from the dropdown menu if you're connecting to a database that uses self-signed certificates and requires a check against a list of trusted certificate authorities.
About SQL Server's app
Are self-hosted or cloud-hosted accounts supported? | Self-hosted and cloud-hosted accounts |
|
Is a paid SQL Server plan required? | No | |
Are any special account permissions required? | Yes |
You must allow Zapier to connect in:
|
Are there usage limits? | N/A | |
Are there pagination limits? | N/A | |
Do trigger samples use real data from your account or generic data? | Real sample data | |
Are custom fields supported? | Yes | |
Do update actions overwrite or append to existing data? | Overwrite existing data | |
Is there any additional info? | Yes |