SQL Server
Connect to a Microsoft SQL Server database to query, insert, update, and delete rows using T-SQL.
Three ways to use SQL Server
Chat with Geni
Ask Geni to pull data, take actions, or answer questions using this integration in a conversation.
Build a workflow
Create automated workflows that trigger on events, run on a schedule, or chain multiple tools together.
Power an app
Use this integration as a data source or action layer behind a dashboard, form, or internal tool.
Supported tools
Actions your AI agents can perform with SQL Server.
Count Rows
Count the number of rows in a table, optionally with a WHERE filter.
Custom Query
Execute any arbitrary T-SQL statement including JOINs, aggregations, subqueries, and DDL.
Delete Row
Delete one or more rows from a table and return deleted rows using OUTPUT DELETED.
Find Row
Look up a single row by a unique column value (e.g. email, ID).
Insert Multiple Rows
Insert multiple rows in a single statement using a VALUES list with OUTPUT INSERTED.
Insert Row
Insert a single row into a table and return the inserted row using OUTPUT INSERTED.
Get started automating SQL Server
Ready-to-use workflows