June 26, 2015 at 8:25 am
Hi
I wanted to do a incremental load of my cube.
My sql query for taking delta is this.
select column 1, column 2 ...column N from tableFact
where load_dt > current date - 1
This basically check the load date and find the records came newly from yesterday. I schedule this daily.
Lets think like the job failed on Sunday and no body available to take care. It picks Monday schedule automatically and should pull from Saturday to Monday (last successful date to current date).
what I thought is that I want to read the latest load date from SSAS Cube using MDX. can this be possible in SSIS package.
Thank You
July 1, 2015 at 3:39 am
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply