![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
In Execute SQL task, before the parameterized query, can I define some variable? For example, Declare @v1 uniqueidentifier Declare @v2 uniqueidentifier select @v1 = col1, @v2 = col2 from table_name where id = ? .......(the left) This can not be parsed in the Execute SQL task. What kind of limitation do we have for the query inside this type of task? Thanks. |
#3
| |||
| |||
|
|
In Execute SQL task, before the parameterized query, can I define some variable? For example, Declare @v1 uniqueidentifier Declare @v2 uniqueidentifier select @v1 = col1, @v2 = col2 from table_name where id = ? ......(the left) This can not be parsed in the Execute SQL task. What kind of limitation do we have for the query inside this type of task? Thanks. |
![]() |
| Thread Tools | |
| Display Modes | |
| |