Simple question, I've always heard that in SQL server the update command is really slow. I am just wondering is this still the case for SQL Server 2000? Is there any trick involved to make it faster?
I've never found that statement to be true unless in comparison to a search with the same criteria. Updates can be slower if a table has many indexes or if deadlocks occur. However, with proper indexing and query tuning, SQL performance has been excellent in our situation since we started with version 4.2a. Terry
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.