Online Documentation for SQL Administrator for SQL Server

Setting reindex action condition


Use this step to specify fragmentation values for rebuilding and reorganizing.

If you have selected !RadioButton Reindex now option on the previous step then the following window appears:

 

Rebuild_Reorganize Indexes Wizard - Setting reindex action condition

 

 

!CheckBox Rebuild index if fragmentation more or equal to

Define the fragmentation value (%) for which to perform index rebuilding.

 

!CheckBox Reorganise index if fragmentation more or equal to

Define the fragmentation value (%) for which to perform index reorganizing.

 

 

If you have selected !RadioButton Create a job on the previous step then the following window appears.

 

Rebuild_Reorganize Indexes Wizard - Setting reindex action condition job

 

 

Define the fragmentation values for which to perform index rebuilding and reorganizing using corresponding fields.

 

!CheckBox Sort in tempdb

Determines where the intermediate sort results, generated during index creation, are stored. When this option is checked, the sort results are stored in tempdb. When it is not checked, the sort results are stored in the filegroup or partition scheme in which the resulting index is stored.

 

Max degree of parallelism

This parameter sets the maximum number of processors the query processor can use to execute a single index statement. Fewer processors may be used depending on the current system workload.

 

!CheckBox LOB compaction

Check this option to compact large object data (LOBs). They are contained in the clustered index or underlying table and can be compacted when an index is reorganized. The data types image, text, ntext, varchar(max), nvarchar(max), varbinary(max), and xml are large object data types. Compacting this data can cause better disk space use.

 

 

Click the Next button to proceed to the Setting index actions and options step of the wizard (if !RadioButton Reindex now option was selected on the previous step), or to the Performing rebuilding/reorganizing step (if you have selected !RadioButton Create a job on the previous step).