I am using SQL 2005 and SSIS..............
I have 2 data sources.
One from table A and one from table B. I want to move data from table A to table B. But first i get the MAX date from both and compare them. If they are the same then i must either stop the SSIS package or use the Conditional Split.
But when the MAX date from table B go through the Union ALL it become blank!
Any idea why?
Thanks in advanced!!!