Reorganize Index, Database Integrity check, Update Statistics required for System Databases

  • Hi All,

    do we need to have Reorganize Index, Database Integrity check, Update Statistics required for System Databases?

    Thanks in Advance!

  • Sqlsavy (11/8/2010)


    Hi All,

    do we need to have Reorganize Index, Database Integrity check, Update Statistics required for System Databases?

    Thanks in Advance!

    It depends.

    In my case maintenance for system db's,

    1.Backup --yes (Except tempdb)

    2.Reorganize Index --no

    3.checkdb --yes (Except tempdb)

    4.Update Statistics --no

    Do you have any tables and SPs in your system database.

    Muthukkumaran Kaliyamoorthy
    https://www.sqlserverblogforum.com/

  • Thanks!

    No I don't have any user tables in System db's.

    I do take backup of system db everyday. But why can't we have Reorganize Index,Statistic checks?

    Tnaks

  • Sqlsavy (11/8/2010)


    Thanks!

    No I don't have any user tables in System db's.

    I do take backup of system db everyday. But why can't we have Reorganize Index,Statistic checks?

    Tnaks

    There is no need for do the Reorganize Index,Statistic because you are not touching the any objects.(i meant updation)

    Edited:for remove the line.

    Muthukkumaran Kaliyamoorthy
    https://www.sqlserverblogforum.com/

  • Thanks!

  • muthukkumaran (11/8/2010)


    1.Backup --yes (Except tempdb)

    2.Reorganize Index --no

    3.checkdb --yes (Except tempdb)

    4.Update Statistics --no

    What about MSDB ?

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • Bhuvnesh (11/8/2010)


    muthukkumaran (11/8/2010)


    1.Backup --yes (Except tempdb)

    2.Reorganize Index --no

    3.checkdb --yes (Except tempdb)

    4.Update Statistics --no

    What about MSDB ?

    Did you read my replay fully ?

    It depends.

    In my case maintenance for system db's,

    1.Backup --yes (Except tempdb)

    2.Reorganize Index --no

    3.checkdb --yes (Except tempdb)

    4.Update Statistics --no

    Do you have any tables and SPs in your system database.

    Muthukkumaran Kaliyamoorthy
    https://www.sqlserverblogforum.com/

  • Sqlsavy (11/8/2010)


    Thanks!

    your welcome.

    Muthukkumaran Kaliyamoorthy
    https://www.sqlserverblogforum.com/

Viewing 8 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic. Login to reply