• Donnie Carvajal (8/1/2013)


    Would you suggest adding the Update Statistics Task to my maintenance plan that backs up the full database every night?

    That may be a waste of effort to do nightly. Especially since you are on a non-production instance. Generally speaking you need to find what kind of frequency works for your system. If you do lots and lots of insert/deletes daily may not be frequent enough. If on the other hand your data is fairly static updating stats daily may be more frequent than needed. There is no magic right answer here.

    _______________________________________________________________

    Need help? Help us help you.

    Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.

    Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.

    Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
    Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
    Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
    Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/