Hi,
I'm trying to create a data warehouse in SQL Server using DTS to extract the data from Oracle Financials. I can't guarantee the time of day (or if) the data will be transformed. I therefore need to be able to compare the max of the last update date to the date held in Oracle to ensure I get the records.
How can I execute the subquery in DTS or do I have to do this in a different way?
Craig
I'm trying to create a data warehouse in SQL Server using DTS to extract the data from Oracle Financials. I can't guarantee the time of day (or if) the data will be transformed. I therefore need to be able to compare the max of the last update date to the date held in Oracle to ensure I get the records.
How can I execute the subquery in DTS or do I have to do this in a different way?
Craig