Microsoft SQL Server is a relational database management system developed by Microsoft. Connect to SQL Server to manage data. You can perform various actions such as create, update, get, and delete on rows in a table.
Automate SQL Server tasks using Wpintegrate
Request a Quote
Ways to Connect SQL Server
Why the best apps are better together.
SQL Server
Microsoft SQL Server is a relational database management system developed by Microsoft. Connect to SQL Server to manage data. You can perform various actions such as create, update, get, and delete on rows in a table.
SQL Server
Microsoft SQL Server is a relational database management system developed by Microsoft. Connect to SQL Server to manage data. You can perform various actions such as create, update, get, and delete on rows in a table.
1. Select a Trigger
-
When an item is created
Triggers a flow when an item is created in Sql
-
When an item is modified
Triggers a flow when an item is modified in Sql
2. Select a Action
-
This operation deletes a row from a table.
This operation deletes a row from a table.
-
Execute a SQL query
Execute a SQL query
-
Execute stored procedure
This operation runs a stored procedure.
-
Get row
This operation gets a row from a table.
-
Get rows
This operation gets rows from a table.
-
Get tables
This operation gets tables from a database.
-
Insert row
This operation inserts a new row into a table.
-
Transform data using Power Query
Transform data using Power Query
-
Update row
This operation updates an existing row in a table.