SQL Server MCP

commit-transaction

Commit a specified transaction in Microsoft SQL Server databases using the transaction ID for secure and controlled database operations.

Instructions

Commit a transaction

Input Schema

NameRequiredDescriptionDefault
transactionIdYesThe ID of the transaction to commit.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "transactionId": { "description": "The ID of the transaction to commit.", "type": "string" } }, "required": [ "transactionId" ], "type": "object" }

You must be authenticated.

Other Tools from SQL Server MCP

Related Tools

ID: o4qk49s0sp