For example I have got Employee table .
Select EmpID,EmployeeFrom dbo.Employee
want to insert those select statements into some Destination table.
Destination Output :
ID SQL_Stmt1Select EmpID,Employee From dbo.Employee
Currently this statement in Data Flow Task in OLEDB source . How can I put this in Variable and insert into Destination table.