Reindex only updates the statistics on the indexes that are reindexed.
"Jéjé" <willgart@_A_hAotmail_A_.com> wrote in message
news:elI4r1ehEHA.2916@TK2MSFTNGP12.phx.gbl...
> does the full rebuild of an index updates ONLY the statistics of the index
> ?
> or does this action will update ALL statistics?
>
> Because some columns has no indexes, but there is statistics.
>
> "Wayne Snyder" <wayne.nospam.snyder@mariner-usa.com> a écrit dans le
> message
> de news:eGJMtydhEHA.2784@TK2MSFTNGP09.phx.gbl...
>> And to answer the second question, a full rebuild of the indexes also
>> updates statistics, but indexdefrag does not.
>>
>> --
>> Wayne Snyder, MCDBA, SQL Server MVP
>> Mariner, Charlotte, NC
>>
www.mariner-usa.com >> (Please respond only to the newsgroups.)
>>
>> I support the Professional Association of SQL Server (PASS) and it's
>> community of SQL Server professionals.
>>
www.sqlpass.org >>
>> "Jéjé" <willgart@_A_hAotmail_A_.com> wrote in message
>> news:uD8nGV8gEHA.3536@TK2MSFTNGP12.phx.gbl...
>> > Hi,
>> >
>> > in a datawarehouse with SQL Server 2000,
>> > what are your recommendations for when to reindex; update stats or just
>> > defrag the indexes?
>> >
>> > Actually, I update the statistics of the loaded table in my DTS
>> > package.
>> > So, I've 1 DTS by table, and , at the end of the package, I update with
> a
>> > full scan my statistics.
>> > Because SQL server completly lost its stats after to many updates, and
> the
>> > query performance slow down.
>> >
>> > But when defragmagting indexes? or reindex it?
>> >
>> > does a reindex can update the statistics at the same time?
>> >
>> > Some of my tables will be updated daily, and other tables weekly. I've
>> > incremental processes and full table processes (I truncate my table and
>> > refill it or I delete the current year information and refill it)
>> > So I presume I have to do different job regarding how the table is
> filled.
>> >
>> > thanks for your guides !
>> >
>> > Jerome.
>> >
>> >
>>
>>
>
>