Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 
        
Home       Members    Calendar    Who's On


Add to briefcase

Reorganize Index, Database Integrity check, Update Statistics required for System Databases Expand / Collapse
Author
Message
Posted Monday, November 08, 2010 4:44 AM
SSC-Enthusiastic

SSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-Enthusiastic

Group: General Forum Members
Last Login: Today @ 3:15 AM
Points: 194, Visits: 637
Hi All,

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

Thanks in Advance!


Post #1017090
Posted Monday, November 08, 2010 4:54 AM


Ten Centuries

Ten CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen Centuries

Group: General Forum Members
Last Login: Yesterday @ 11:52 AM
Points: 1,126, Visits: 4,434
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

Helping SQL DBAs and Developers >>>SqlserverBlogForum
Post #1017092
Posted Monday, November 08, 2010 5:00 AM
SSC-Enthusiastic

SSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-Enthusiastic

Group: General Forum Members
Last Login: Today @ 3:15 AM
Points: 194, Visits: 637
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
Post #1017094
Posted Monday, November 08, 2010 5:10 AM


Ten Centuries

Ten CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen Centuries

Group: General Forum Members
Last Login: Yesterday @ 11:52 AM
Points: 1,126, Visits: 4,434
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

Helping SQL DBAs and Developers >>>SqlserverBlogForum
Post #1017099
Posted Monday, November 08, 2010 6:33 AM
SSC-Enthusiastic

SSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-Enthusiastic

Group: General Forum Members
Last Login: Today @ 3:15 AM
Points: 194, Visits: 637
Thanks!
Post #1017142
Posted Monday, November 08, 2010 6:38 AM


SSCrazy

SSCrazySSCrazySSCrazySSCrazySSCrazySSCrazySSCrazySSCrazy

Group: General Forum Members
Last Login: Thursday, June 13, 2013 7:03 AM
Points: 2,562, Visits: 3,453
muthukkumaran (11/8/2010)
[quote][b]

1.Backup --yes (Except tempdb)

2.Reorganize Index --no

3.checkdb --yes (Except tempdb)

4.Update Statistics --no
What about MSDB ?


-------Bhuvnesh----------
While 1 = 1 (Learning SQL....)
Click to get fast response of your post
Post #1017148
Posted Monday, November 08, 2010 6:42 AM


Ten Centuries

Ten CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen Centuries

Group: General Forum Members
Last Login: Yesterday @ 11:52 AM
Points: 1,126, Visits: 4,434
Bhuvnesh (11/8/2010)
muthukkumaran (11/8/2010)
[quote][b]

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

Helping SQL DBAs and Developers >>>SqlserverBlogForum
Post #1017152
Posted Monday, November 08, 2010 6:42 AM


Ten Centuries

Ten CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen Centuries

Group: General Forum Members
Last Login: Yesterday @ 11:52 AM
Points: 1,126, Visits: 4,434
Sqlsavy (11/8/2010)
Thanks!


your welcome.


Muthukkumaran Kaliyamoorthy

Helping SQL DBAs and Developers >>>SqlserverBlogForum
Post #1017153
« Prev Topic | Next Topic »

Add to briefcase

Permissions Expand / Collapse