I have an application where I set a weekly target for my employees. I also need to update target achieved by each daily. So that I can compare with set target. I need something like this:
sr|emp |weekly_tgt |19.11.11 |20.11.11|21.11.11|22.11.11|23.11.11|24.11.11|
I googled the problem and found some scheduler and event manager. But do I need to use those or there is some easier way to achieve it? If I am to use those which one should I ? I am using SQL Server for database.
Any help is highly appreciated.