Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

update

Status
Not open for further replies.

youngun

Programmer
Apr 27, 2001
61
US
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?

Thank you.
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top