Hi,
We have one source (Access) and one destination (SQL Server) and is working fine with 1 table - fast load method.
We now need the data to be transformed into 4 separate tables. Should we:
Use a SQL command for data access mode?
OR
Use a Multicast transformation?
OR
Use a script component for destination?
OR
Use a stored procedure to transform the data once in a staging table?
- What seems the best procedure and why?