I want to create a package in DTS (on SQL 2000) to update a cube on a daily basis and then schedule it. I know how to schedule the package but what i'm not sure how to do is tell the package to perform an incremental update based on the current date. So that each day i would not have to change the date.
logically, i want the filter to say this:
LastModifiedDate=date
logically, i want the filter to say this:
LastModifiedDate=date