Hello
I have one database which is runs every week from windows scheduler to perform some import functionality from CSV files.
However I would like to run one another activity which should be done in every six month ( twice in year ), this is also import functionality.
I was wondering how could I accomplish this, the same database runs on every weekend as well.
For this six month activity I created table which keeps of tracking of last run date and I am thinking of use datediff function but this does not seems to be good solution.
Please advise how can I accomplish this.
I have one database which is runs every week from windows scheduler to perform some import functionality from CSV files.
However I would like to run one another activity which should be done in every six month ( twice in year ), this is also import functionality.
I was wondering how could I accomplish this, the same database runs on every weekend as well.
For this six month activity I created table which keeps of tracking of last run date and I am thinking of use datediff function but this does not seems to be good solution.
Please advise how can I accomplish this.