Hi All,
I have simple question
i have source file for example that contain employee from 5 dept , and i want that my target will contain 2 files
the first for all emp from dept 1 and the second from dept 2.
the output column and the mapping not suppose to be the same in the 2 garget file
did i must use after the source -> 2 query and use the where part of each and the map for each dept?
is there way to use only 1 query and the source that will contain the column of both and then split to 2 files?
is the query run on the database or only the source run in the database?
i want to be sure if i using 2 query after the source is i run the query twice in the database or it's done in memory cache?
regards,
Ilan