Sql partition

  • can we do the single partition rebuild instead of the whole table???

  • Are you talking about index rebuild? If so then yes.

  • for example

    alter index myindex on [dbo].MyTable REBUILD PARTITION = 11 WITH (SORT_IN_TEMPDB = ON);

    partitioned indexes can't be rebuilt on-line btw.

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

Viewing 3 posts - 1 through 2 (of 2 total)

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