![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I want write an insert statement in a SQL task that I would like to be able to pass an input paramter. For example: insert into TableA (col1, col2) select EmployeeID,? from employees where ......... Another variation insert into TableA (col1, col2) select EmployeeID, employeename from employees where employeeID = ? The ? is an input parameter defined earlier in the package. This does not work. Is there another way to do this? Ric |
#3
| |||
| |||
|
|
Hello, I want write an insert statement in a SQL task that I would like to be able to pass an input paramter. For example: insert into TableA (col1, col2) select EmployeeID,? from employees where ......... Another variation insert into TableA (col1, col2) select EmployeeID, employeename from employees where employeeID = ? The ? is an input parameter defined earlier in the package. This does not work. Is there another way to do this? Ric |
![]() |
| Thread Tools | |
| Display Modes | |
| |