execute_export
Run a previously previewed database export command after confirming the action to prevent accidental execution.
Instructions
Execute a FastBCP export command that was previously previewed. IMPORTANT: You must set confirmation=true to execute. This is a safety mechanism to prevent accidental execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The exact command from preview_export_command (including actual passwords) | |
| confirmation | Yes | Must be true to execute. This confirms the user has reviewed the command. |