I have one table. It contains 34mln rows. When I tried "INSERT...SELECT..." SQL query via SQL SERVER MANAGEMENT STUDIO. Now I am trying to copy it using SSIS. How to copy data of table into different other tables?
This is relational schema where I want to divide parts by columns and insert into these tables.
Just briefing, Cerate a SSIS Package. Which flows like follow