5 premières bases de données bloquées

Report.SQLServer.2016.TopDeadlockedDatabases (LinkedReport)

Rapport sur les 5 premières bases de données bloquées (rapport des instances haute performance)

Knowledge Base article:

Résumé

Comment fonctionne ce rapport ?

Le rapport sur les 5 premières bases de données interbloquées affiche un graphique présentant les 5 premières bases de données interbloquées et un tableau détaillant les bases de données et les valeurs du compteur.

Le rapport affiche une colonne bleue pour le nombre d'interblocages de la période définie. La barre d'erreur noire indique la fluctuation du compteur durant la plage de la génération du rapport. Si la barre d'erreur est petite, le compteur a toujours été proche de la valeur supérieure, si elle est grande, la base de données a présenté un nombre variable plus important d'interblocages.

Procédure d'utilisation de ce rapport

Quels sont les paramètres proposés ?

Sélection de date et heure : permet de sélectionner une plage de dates et d'heures relative ou fixe, ainsi que le fuseau horaire.

Groupe d'administration : permet de choisir le groupe d'administration pour lequel exécuter ce rapport

Element properties:

BaseMicrosoft.SystemCenter.DataWarehouse.Report.PerformanceTop
TargetMicrosoft.SQLServer.2016.DBEngine
AccessibilityPublic
VisibleTrue

Source Code:

<LinkedReport ID="Report.SQLServer.2016.TopDeadlockedDatabases" Target="SQL2016Core!Microsoft.SQLServer.2016.DBEngine" Accessibility="Public" Visible="true" Base="ReportLibrary!Microsoft.SystemCenter.DataWarehouse.Report.PerformanceTop">
<ParameterBlock xmlns="http://schemas.microsoft.com/mom/reporting/2007/ReportParameterSettings" columns="4">
<Controls>
<Control type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.RelativeDateTimePicker" columnSpan="2">
<ReportParameters>
<ReportParameter name="TimeZone" binding="TimeZone">
<Prompt>Microsoft.SystemCenter.DataWarehouse.Report.Library!Microsoft.SystemCenter.DataWarehouse.Report.ParameterPrompt.TimeZone</Prompt>
</ReportParameter>
<ReportParameter name="TimeZoneName" binding="TimeZoneName"/>
<ReportParameter name="StartDate_BaseType" binding="StartDate_BaseType"/>
<ReportParameter name="StartDate_BaseValue" binding="StartDate_BaseValue">
<Prompt>Microsoft.SystemCenter.DataWarehouse.Report.Library!Microsoft.SystemCenter.DataWarehouse.Report.ParameterPrompt.StartDateTime</Prompt>
</ReportParameter>
<ReportParameter name="StartDate_OffsetType" binding="StartDate_OffsetType"/>
<ReportParameter name="StartDate_OffsetValue" binding="StartDate_OffsetValue"/>
<ReportParameter name="EndDate_BaseType" binding="EndDate_BaseType"/>
<ReportParameter name="EndDate_BaseValue" binding="EndDate_BaseValue">
<Prompt>Microsoft.SystemCenter.DataWarehouse.Report.Library!Microsoft.SystemCenter.DataWarehouse.Report.ParameterPrompt.EndDateTime</Prompt>
</ReportParameter>
<ReportParameter name="EndDate_OffsetType" binding="EndDate_OffsetType"/>
<ReportParameter name="EndDate_OffsetValue" binding="EndDate_OffsetValue"/>
</ReportParameters>
</Control>
<Control type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.ComboBox" columnSpan="2">
<ReportParameters>
<ReportParameter name="ManagementGroupId">
<Prompt>Microsoft.SystemCenter.DataWarehouse.Report.Library!Microsoft.SystemCenter.DataWarehouse.Report.ParameterPrompt.ManagementGroup</Prompt>
</ReportParameter>
</ReportParameters>
<Properties>
<Property name="TypeFilter">
<Value>Microsoft.SystemCenter.ManagementGroup</Value>
</Property>
</Properties>
</Control>
</Controls>
</ParameterBlock>
<Parameters>
<Parameter Name="RuleId">
<Value>$MPElement[Name="Microsoft.SQLServer.2016.NumberDeadlocksPerSecond"]$</Value>
</Parameter>
<Parameter Name="RuleInstance">
<Value/>
</Parameter>
<Parameter Name="SortOrder">
<Value>-1</Value>
</Parameter>
<Parameter Name="TopCount">
<Value>5</Value>
</Parameter>
</Parameters>
</LinkedReport>