Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
SQLServerDBA_Dan
Aged Yak Warrior
752 Posts |
Posted - 2001-03-16 : 08:24:53
|
| I've been able to update 1.1 million rows in about 10 minutes with no tuning to the query just a straight update tablename set columnname = ? command.What are the textbook specs on update speed, in a rows per minute figure?DanielSQL Server DBAEdited by - SQLServerDBA_Dan on 03/16/2001 08:25:11Edited by - SQLServerDBA_Dan on 03/16/2001 14:26:51 |
|
|
|
|
|