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 |
jpham
Starting Member
19 Posts |
Posted - 2006-11-29 : 15:34:53
|
Hi All,Is it true that in MSSQL2005 the tables will be automaticlly reindexing. Do we need to run Reindexing manually on the tables.Thank in advance,JP |
|
X002548
Not Just a Number
15586 Posts |
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2006-11-29 : 15:43:18
|
sql server 2005 doesn't reindex the tables itself.It does however have an online reindex feature which has virtualy no impact on performance.It basicly creates a snapshot and uses that to reindex a live DB.The acctuall process is quite complex and it's explanation can be found with a bit of googling.Go with the flow & have fun! Else fight the flow blog thingie: http://weblogs.sqlteam.com/mladenp |
 |
|
|
|
|