Skip to main content
Microsoft SQL Server logo

Overview

Add Microsoft SQL Server to any ModuleX agent or workflow. Execute queries and manage data in Microsoft SQL Server databases via direct TCP connections using pymssql.
Categories: Databases · Data Infrastructure · Auth: SQL Server Connection · Actions: 4

Authentication

SQL Server Connection

Connect using SQL Server host, port, database, username, and password

Required Credentials

Available Actions

Parameters

string
required
The SQL query to execute

Response

Parameters

string
required
The SQL query to execute, using @name placeholders for parameters
object
Key-value mapping of parameter names to values for the query placeholders

Response

Parameters

string
required
Name of the table to insert into
object
required
JSON object mapping column names to values for the new row

Response

Response

Limits & Quotas

  • No API rate limits apply; performance depends on the SQL Server instance capacity and network latency.
  • Connection timeout defaults to pymssql’s default (dependent on server responsiveness).
  • Query execution is wrapped in asyncio.to_thread so it does not block the event loop.
  • Error model: connection failures, query syntax errors, and timeouts are caught and returned as success=False + error rather than raising.

MySQL

PostgreSQL

Snowflake