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 |
|
rudba
Constraint Violating Yak Guru
415 Posts |
Posted - 2009-02-25 : 10:06:04
|
| I have a database which is more than 230G size. I re-index weekly. It takes a lot time. How do i check how much time it takes? |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2009-02-25 : 10:07:32
|
quote: Originally posted by rudba I have a database which is more than 230G size. I re-index weekly. It takes a lot time. How do i check how much time it takes?
Because you are rebuilding index without check fragmentation level. You can't determine how long it takes. |
 |
|
|
rudba
Constraint Violating Yak Guru
415 Posts |
Posted - 2009-02-25 : 10:08:40
|
| Thanks sodeep,Is there any solutions to know how long it takes? |
 |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2009-02-25 : 10:15:18
|
quote: Originally posted by rudba Thanks sodeep,Is there any solutions to know how long it takes?
No. |
 |
|
|
|
|
|