ecp_mssql_truncate_table
Remove all rows from a specified SQL Server table using a database name and table name. Requires a confirm flag set to true because this operation is irreversible.
Instructions
Delete all rows from a table. Irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | ||
| db_name | Yes | ||
| table_name | Yes |