We have noticed that during the day that we are experiencing some performance issues with our ERP system. I've been doing some fairly extensive research on this issue including monitoring the database on a daily basis with performance monitor. Since these slowdowns appear extremely random and do not seem to be related to locking within the database I am starting to think that the database properties Auto Create Statistics and Auto Update Statistics may be my culprit as they will tend to run at arbitrary times during the day. I have a weekly job that rebuilds all of our indexes in our databases.
I have 2 questions:
1) Can I just turn off these properties in the middle of the day without having to stop and restart SQLServer?
2) Do you think that rebuilding indexes once a week should be sufficient or should I run a sp_updatestats every night?
Regards,
Bessebo
I have 2 questions:
1) Can I just turn off these properties in the middle of the day without having to stop and restart SQLServer?
2) Do you think that rebuilding indexes once a week should be sufficient or should I run a sp_updatestats every night?
Regards,
Bessebo