Skip to main content

SQL Command

Executes a SQL statement against a SQL database.

To create this step select SQL Command from the list and then enter in a name for the step. If you already have the connection saved to the connection library you can select the connection you need from the dropdown and then enter in the SQL Command you want to run.

Otherwise select the correct connection provider and enter in the connection string to your database. Then you can enter in the SQL command to be run into the SQL Command text box.

SQL Command

ParameterValue
Connection LibraryThe name of the connection in the connection library. If this is selected then you do not need to complete the provider and connection string fields.
Connection ProviderType of Connection String (Optional: provided by Connection Library).
Connection StringDatabase Connection String (Optional: provided by Connection Library).
Connection TimeoutThe time it will take for the connection to timeout.
SQL CommandThe SQL command to be executed.