I\'m trying to set multiple variables to the result of an SQL Query that returns a single row with multiple columns. The SQL statement is in the format of:
SELEC
In the SQL task, under General menu, set the ResultSet property to SingleRow.
Then, in the ResultSet menu, add the variables in the order of your select clause and map the aliases with the variables. For exemple :
SELECT 1 AS One, 2 AS Two