Loading

SQL Server Integrations

Premium
Databases

Do more with SQL Server integrations

Zapier lets you connect SQL Server with thousands of the most popular apps, so you can automate your work and have more time for what matters most—no code required.

Connect to 5,000+ apps
  • Free forever for core features
  • 14 day trial for premium features & apps
SQL Server logo
SQL Server logo
Or pick an app to pair witharrow pointing down
Integrate Google Sheets with SQL ServerIntegrate Google Sheets with SQL Server

Google Sheets

Google, Spreadsheets
Integrate Facebook Lead Ads with SQL ServerIntegrate Facebook Lead Ads with SQL Server

Facebook Lead Ads

Ads & Conversion
Integrate Webhooks by Zapier with SQL ServerIntegrate Webhooks by Zapier with SQL Server

Webhooks by Zapier

Developer Tools, Zapier
Integrate Formatter by Zapier with SQL ServerIntegrate Formatter by Zapier with SQL Server

Formatter by Zapier

Documents, Zapier
Integrate Paths by Zapier with SQL ServerIntegrate Paths by Zapier with SQL Server

Paths by Zapier

Developer Tools, Zapier
Integrate Filter by Zapier with SQL ServerIntegrate Filter by Zapier with SQL Server

Filter by Zapier

Developer Tools, Zapier
Integrate Mailchimp with SQL ServerIntegrate Mailchimp with SQL Server

Mailchimp

Email Newsletters
Integrate Gmail with SQL ServerIntegrate Gmail with SQL Server

Gmail

Email, Google
Integrate ActiveCampaign with SQL ServerIntegrate ActiveCampaign with SQL Server

ActiveCampaign

Marketing Automation
Integrate Google Sheets with SQL ServerIntegrate Google Sheets with SQL Server

Google Sheets

Google, Spreadsheets
Integrate Facebook Lead Ads with SQL ServerIntegrate Facebook Lead Ads with SQL Server

Facebook Lead Ads

Ads & Conversion
Integrate Webhooks by Zapier with SQL ServerIntegrate Webhooks by Zapier with SQL Server

Webhooks by Zapier

Developer Tools, Zapier
Integrate Formatter by Zapier with SQL ServerIntegrate Formatter by Zapier with SQL Server

Formatter by Zapier

Documents, Zapier
Integrate Paths by Zapier with SQL ServerIntegrate Paths by Zapier with SQL Server

Paths by Zapier

Developer Tools, Zapier
Integrate Filter by Zapier with SQL ServerIntegrate Filter by Zapier with SQL Server

Filter by Zapier

Developer Tools, Zapier
Integrate Google Sheets with SQL ServerIntegrate Google Sheets with SQL Server

Google Sheets

Google, Spreadsheets
Integrate Facebook Lead Ads with SQL ServerIntegrate Facebook Lead Ads with SQL Server

Facebook Lead Ads

Ads & Conversion
Integrate Webhooks by Zapier with SQL ServerIntegrate Webhooks by Zapier with SQL Server

Webhooks by Zapier

Developer Tools, Zapier
Integrate Formatter by Zapier with SQL ServerIntegrate Formatter by Zapier with SQL Server

Formatter by Zapier

Documents, Zapier
Integrate Paths by Zapier with SQL ServerIntegrate Paths by Zapier with SQL Server

Paths by Zapier

Developer Tools, Zapier
Integrate Filter by Zapier with SQL ServerIntegrate Filter by Zapier with SQL Server

Filter by Zapier

Developer Tools, Zapier
Integrate Mailchimp with SQL ServerIntegrate Mailchimp with SQL Server

Mailchimp

Email Newsletters
Integrate Gmail with SQL ServerIntegrate Gmail with SQL Server

Gmail

Email, Google
Integrate ActiveCampaign with SQL ServerIntegrate ActiveCampaign with SQL Server

ActiveCampaign

Marketing Automation

Top companies trust Zapier to automate work and free up time

Connect your apps and automate workflows

Easy automation for busy people. Zapier moves info between your web apps automatically, so you can focus on your most important work.


OR

By signing up, you agree to Zapier's terms of service and privacy policy.


OR

By signing up, you agree to Zapier's terms of service and privacy policy.

Quickly automate SQL Server integrations with Zapier's templates

  • Add new Jotform submissions to rows in SQL Server databases

    Premium
    Details
    • Jotform logo
    • SQL Server logo
    Jotform + SQL Server
  • Add SQL Server rows with new caught webhooks

    Premium
    Details
    • Webhooks by Zapier logo
    • SQL Server logo
    Webhooks by Zapier + SQL Server
  • Add new SQL Server rows to a Google Sheets spreadsheet

    Premium
    Details
    • SQL Server logo
    • Google Sheets logo
    SQL Server + Google Sheets
  • Send new Facebook Lead Ads leads to SQL Server rows

    Premium
    Details
    • Facebook Lead Ads logo
    • SQL Server logo
    Facebook Lead Ads + SQL Server
  • Add new Google Sheets spreadsheet rows to a SQL Server database

    Premium
    Details
    • Google Sheets logo
    • SQL Server logo
    Google Sheets + SQL Server
  • Add new Mailparser.io emails to a SQL Server database

    Premium
    Details
    • Mailparser logo
    • SQL Server logo
    Mailparser + SQL Server
  • Create new ActiveCampaign subscribers from new SQL Server (MSSQL) rows

    Premium
    Details
    • SQL Server logo
    • ActiveCampaign logo
    SQL Server + ActiveCampaign
  • Add new Cognito Forms submissions to a SQL Server database

    Premium
    Details
    • Cognito Forms logo
    • SQL Server logo
    Cognito Forms + SQL Server

Add new Jotform submissions to rows in SQL Server databases

Premium
Details
Try it
  • Jotform logo
  • SQL Server logo
Jotform + SQL Server

Add SQL Server rows with new caught webhooks

Premium
Details
  • Webhooks by Zapier logo
  • SQL Server logo
Webhooks by Zapier + SQL Server

Add new SQL Server rows to a Google Sheets spreadsheet

Premium
Details
  • SQL Server logo
  • Google Sheets logo
SQL Server + Google Sheets

Send new Facebook Lead Ads leads to SQL Server rows

Premium
Details
  • Facebook Lead Ads logo
  • SQL Server logo
Facebook Lead Ads + SQL Server

Add new Google Sheets spreadsheet rows to a SQL Server database

Premium
Details
  • Google Sheets logo
  • SQL Server logo
Google Sheets + SQL Server

Add new Mailparser.io emails to a SQL Server database

Premium
Details
  • Mailparser logo
  • SQL Server logo
Mailparser + SQL Server

Create new ActiveCampaign subscribers from new SQL Server (MSSQL) rows

Premium
Details
  • SQL Server logo
  • ActiveCampaign logo
SQL Server + ActiveCampaign

Add new Cognito Forms submissions to a SQL Server database

Premium
Details
  • Cognito Forms logo
  • SQL Server logo
Cognito Forms + SQL Server

Supported triggers and actions

What does this mean?
    • Table/ViewRequired

    Trigger
    Scheduled
    Try It
    • QueryRequired

      Query results must have a unique id field so we can deduplicate records properly! Otherwise we will make a best guess. You must also include desired ordering and limiting in the query.

      Note: This query must run in less than 30 seconds and it is recommended that you return no more than 5,000 rows

    Trigger
    Scheduled
    Try It
    • Table/ViewRequired

    • Primary KeyRequired

      Usually something auto-incremented like id. Must be unique. Column names that contain a space must be enclosed within brackets [ ].

    • Order ByRequired

      Usually something like date_updated or last_modified. This should ideally be a datetime column that is set to the current datetime whenever a row is updated.

    • Trigger Column

      Trigger on changes to cells in this column only. Leave blank if you want to trigger on changes to cells in all columns.

    Trigger
    Scheduled
    Try It
    • TableRequired

    • ID ColumnRequired

    Action
    Write
    • Table/ViewRequired

      We expect at least one unique (and usually autoincrement) primary key column so we can deduplicate records properly! Otherwise we will make a best guess on a random column to use to deduplicate.

    • Order By

      Highly recommended! Usually you want the results to be most recent first so we can skim off only new results, so choose something like date_created or your autoincrement id. Column names that contain a space must be enclosed within brackets [ ].

    • Dedupe Key

      We default to what the primary key is on the table as the unique key to deduplicate on. If you prefer another field, select it here.

    Trigger
    Scheduled
    Try It
  • SQL Server triggers, actions, and search

    New Table

    Triggered when you add a new table.

    Trigger
    Scheduled
    Try It
    • TableRequired

    Action
    Write
    • TableRequired

    • Lookup ColumnRequired

    • Lookup ValueRequired

    Action
    Search
sql-server logo
sql-server logo

About SQL Server

SQL server (or MS SQL) is a top of the line database geared for the cloud

Related categories

  • Databases

Similar apps

MySQL integrationsMySQL integrations

MySQL

Databases
PostgreSQL integrationsPostgreSQL integrations

PostgreSQL

Databases
Firebase / Firestore integrationsFirebase / Firestore integrations

Firebase / Firestore

Databases

Get started for free

You can't add more hours to the day. Zapier is the next best thing.


OR

By signing up, you agree to Zapier's terms of service and privacy policy.