mahmed1
Well-known Member
- Joined
- Mar 28, 2009
- Messages
- 2,302
- Office Version
- 365
- 2016
- Platform
- Windows
Hi All
I am trying to delete all data from a table which is taking over 12 minutes each time (i do have over 500k records) to delete
DELETE * FROM tblRollingData thats my query but it takes forever to run (Can you please help me speed this up)
i also have another DELETE in another table but this takes long but not as long
DELETE * from tbl_tempData WHERE Date_ is not NULL
Please Please help me speed this UP
thank You
I am trying to delete all data from a table which is taking over 12 minutes each time (i do have over 500k records) to delete
DELETE * FROM tblRollingData thats my query but it takes forever to run (Can you please help me speed this up)
i also have another DELETE in another table but this takes long but not as long
DELETE * from tbl_tempData WHERE Date_ is not NULL
Please Please help me speed this UP
thank You