Hi all,
I have a table with 6 fields. Index is implemented on 2 fields - ArticleId and CategoryId, which also form the composite primary key.
The table has more than a million records and we need to run updates on it every 10 minutes.
Please advice what is the best way to run an update query so it takes the least possible time.
Best regards,
Abhay Gupta