I want to delete from a "large" table (more than 1,000,000 records) with conditions. Even with conditions, I still need to delete out around 500,000 records.
If I just execute delete statement like below, it take long time and has possibility timeout (transaction log also grow very fast). Can I commit for every 5,000 records or less?
Edited by - kokyan on 11/27/2003 6:28:16 PM
Regards,
kokyan