TheresAlwaysAWay
Programmer
I have a table that is used to calculate monthly commissions. Once the month is over and data has been saved there's no need for any of the info in the table, so it is deleted entirely awaiting the start of the following month. It couldn't be simpler. All data is removed and it's usually not more than about 10k records or so, yet it takes several minutes to complete.
This is the statement. DELETE RoadRepCommissions.* FROM RoadRepCommissions;
Can someone please assist on this? What's even odder is that if I open the table itself and highlight all the records in it, it still takes just as long to delete. Something's weird and I haven't a clue what.
As always, thanks in advance for any assistance.
This is the statement. DELETE RoadRepCommissions.* FROM RoadRepCommissions;
Can someone please assist on this? What's even odder is that if I open the table itself and highlight all the records in it, it still takes just as long to delete. Something's weird and I haven't a clue what.
As always, thanks in advance for any assistance.