mssql

Execute MSSQL queries, transactions, and stored procedures via the robomotion mssql CLI.

2|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/robomotionio/robomotion-skills --skill mssql
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mssql
Source: https://github.com/robomotionio/robomotion-skills/tree/main/skills/mssql
Command: npx skills add https://github.com/robomotionio/robomotion-skills --skill mssql

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Microsoft SQL Server management from Robomotion enables reliable, scriptable execution of queries, transaction control, and stored procedure calls without manual SQL interaction.

Core Features & Use Cases

  • Execute SELECT, INSERT, UPDATE, DELETE, and DDL statements against MSSQL.
  • Manage transactions with begin, commit, rollback, and batch operations for atomic changes.
  • Execute stored procedures with parameters and handle result sets.

Quick Start

Install the mssql package with robomotion and connect to your MSSQL server to begin executing queries.

Frequently Asked Questions about mssql

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate MSSQL query execution and transaction control?

You can automate MSSQL query execution by running statements through a CLI that manages transactions with begin, commit, and rollback operations to ensure atomic batch changes against your database.

Can I execute SQL Server stored procedures with parameters?

Yes, you can execute SQL Server stored procedures with parameters and handle their returned result sets directly within your automated database workflows.

What do I need to run SQL Server queries from a workflow automation tool?

Running SQL Server queries from a workflow automation tool requires the CLI installed, a configured MSSQL connection, and database credentials securely stored in a vault.

Does this approach support session-based multi-step operations for SQL Server?

Yes, this approach supports session-based multi-step operations for SQL Server, allowing developers and DBAs to chain read, write, and procedural calls in development, testing, or production workflows.

Why use a CLI for MSSQL database operations instead of manual SQL interaction?

Using a CLI for MSSQL database operations enables reliable, scriptable execution of queries, transaction control, and stored procedure calls without the need for manual SQL interaction.