MSSQLResourceClient provides query execution and schema discovery against Microsoft SQL Server databases.
Usage
Inputs
Theinvoke method accepts the following arguments:
The SQL query string to execute. Use
@p1, @p2, etc., for parameterized queries.An array of values for the parameterized query.
A unique identifier for this operation, used for tracing and logging.
Optional timeout in milliseconds for the query execution.
Outputs
On success (ok: true), the result object contains:
Discriminator for the response type.
An array of objects representing the rows returned by the query.
The number of rows affected by the query.