Re: reindex maintenance plan

From: pdxJaxon (GregoryAJackson_at_Hotmail.com)
Date: 02/07/05


Date: Mon, 7 Feb 2005 08:08:42 -0800

not exactly sure what you mean by "Halts Entire System". However, the
maintenance plan wizard uses DBCC DBReindex for index maintenance. DBReindex
places exclusive table locks on tables being defragged.

You may want to consider using your own custom index maintenance routines
and implementing index maintenance via "DBCC IndexDefrag" instead.

cheers

Greg Jackson
Portland, OR



Relevant Pages

  • Re: Efficient Index Rebuilding
    ... THE ITW is not meant for index maintenance. ... Check out DBCC DBREINDEX and ... "Elliot M. Rodriguez" <noemail> wrote in message ...
    (microsoft.public.sqlserver.server)
  • Re: Efficient Index Rebuilding
    ... > THE ITW is not meant for index maintenance. ... Check out DBCC DBREINDEX and ... > Andrew J. Kelly SQL MVP ...
    (microsoft.public.sqlserver.server)