sqlmaint utility vs Maintanance Plan

  • Hi,

    Is there any bebifit in using sqlmaint Utility in CmdExec command line rather than Maintanance Plan for rebuilding indexes and such. I see lots of times folks are using one over the other.

     

    Thanks

     

  • Maintenance plan runs xp_sqlmaint which actually calls sqlmaint.exe

  • in other words, it's exactly the same thing as creating one in GUI, just for the those of us who like typing?

  • I think so.

  • OK, thanks.

  • Actually there is more benefit to not using either of them. With the appropriate DBCC commands you can rebuild indexes and run consistency checks on individual tables. With sqlmaint you either do all or none.

     

    --------------------
    Colt 45 - the original point and click interface

  • That is right philcart, It is better to use our own preventive and maintenance plan rather than sqlmaint. If no plan is there Sqlmaint is to be used as a better than nothing approach.

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

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