Hi there. I just would like to ask if theres a faster way of updating a database. I usually update our database using normal loops of sql update queries. We are updating 400 to 500 thousand rows of data a week. our update takes about 2 days to finish. I've tried dividing the update by running multiple update scripts but the process tends to produce some errors while the scripts are running. thanks..