I have a daily-ranking table I need to remove clean every day.
I already set up a daily timer but how can I delete all the rows from that table inside the timer.
Grabbing all the objects and iterate deleting them seems a bit performance unfriendly right?. This table could potentially have 100 of thousands of rows.
Thank you