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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Update Statement taking too long time

Author  Topic 

Shastryv
Posting Yak Master

145 Posts

Posted - 2001-06-28 : 12:32:03
I need to execute a straightforward update which is taking too long time. Can any one tell me what are the things I need to look in to it Table contains around 3253572 rows.

Statement

update Table_Name
SET TDate = 'mm/dd/yy'

1) I checked the table fragmentation and dropped and recreated the clustered index
2) Ran DBCC CHECKTABLE its very clear
3) No other process is using the table, only the update statement
4) Index filfactor is 90


Any comments are greatly appreciated




Shastry.V
   

- Advertisement -