|
SQL Task
|
Previous Top Next |
|
Populate Dataset
|
Enter the name of the internal dataset in Optitask that will be
populated with the results of the SQL query.
|
|
Use Connection
|
Specifies the database connection to use with the SQL task.
You can click on the ellipsis (…) button to open the Database
Connection Manager.
|
|
SQL Statement
|
Enter the SQL Statement that you want to execute. To run a
stored procedure add the word “exec” in front of the stored
procedure name, for example: “exec somesp”
Multiple SQL queries can be separated by a semicolon (;).
|