-
Hi,
I have faced the same problem with this Bulk Insert Task in SSIS. I did a lot of changes in it. No luck. In this case, you can use the Bulk Insert SQL query in the Execute SQL task. That would be […]
-
Hi,
In the Execute SQL task in SSIS, I have written the following insertion SQL statement as the direct input:
Insert into Emp_new(E_Id, E_date, E_time) select E_id,E_date,E_time from Emp_old
where […]