Events
Ottieni gratuitamente la certificazione in Microsoft Fabric.
Nov 19, 11 PM - Dec 10, 11 PM
Per un periodo di tempo limitato, il team della community di Microsoft Fabric offre buoni per esami DP-600 gratuiti.
Prepara oraThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Applies to:
SQL Server
Specifies that Database Engine Tuning Advisor should only consider dropping existing indexes, indexed views, or partitions during the tuning session. No new physical design structures are considered when this tuning option is specified.
<DTAInput>
...code removed...
<TuningOptions>
<DropOnlyMode>...</DropOnlyMode>
Data type and length
Default value
Occurrence: Optional. Can be used only once for each TuningOptions element. Cannot be used if the following elements are specified in the TuningOptions element:
Parent element: TuningOptions Element (DTA)
Child elements
The following example shows the TuningOptions section of a Database Engine Tuning Advisor XML input file where the DropOnlyMode is specified. In this example the tuning time is limited to 24 hours (1440 minutes) and all existing clustered and nonclustered indexes will be considered for dropping:
<TuningOptions
<TuningTimeInMin>1440</Name>
<KeepExisting>ALIGNED</KeepExisting>
<DropOnlyMode />
</TuningOptions>
Events
Ottieni gratuitamente la certificazione in Microsoft Fabric.
Nov 19, 11 PM - Dec 10, 11 PM
Per un periodo di tempo limitato, il team della community di Microsoft Fabric offre buoni per esami DP-600 gratuiti.
Prepara ora