Thursday, January 20, 2011

Programming Solution

Taking the U out of CRUD for performance reasons.

So, to conclude, we can say that if we have to do many updates in a very large table (table with several million rows), we can avoid update statement and use select and insert.

Programming Solution

No comments: