If I need to load one source data to one flat file and one sql server table. Its basically loading same data to both destinations.
I can do it with multi casting but If I want to disable falt file destination in the future with out changing package, just by changing config file.
How can I do that. Please let me know.