Hi,
I have 2 identical tables on different servers. One is local to the machine, and the other is on a website.
The table has around 200,000 rows. lets say I delete 6000 rows from the local table, and save it. It immediately deletes all the rows. Then i go and run a database synchronization so that it will delete the same 6000 rows from the website's table. It takes like 45 minutes to delete the same rows from the website (when nothing was inserted or updated). why is this?
Any help would be great.. thanks a lot.