분할 및 그루밍

Microsoft.SystemCenter.SqlJobs.PartitioningAndGrooming (Rule)

운영 데이터베이스를 분할 및 그루밍하는 워크플로를 실행하는 시스템 규칙입니다.

Knowledge Base article:

요약

이 규칙은 데이터베이스 유지 관리 작업을 실행하기 위해 내부적으로 사용됩니다. 운영 데이터베이스의 전반적인 상태, 기능 및 일관성에 부정적인 영향을 주므로 이 규칙을 재정의하면 안 됩니다.

원인

이러한 종류의 규칙에 해당되지 않는 섹션입니다.

해결 방법

이러한 종류의 규칙에 대한 사용자 작업은 없습니다.

Element properties:

TargetMicrosoft.SystemCenter.AllManagementServersPool
CategoryMaintenance
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Scheduler Default
WA WriteAction Microsoft.SystemCenter.SqlJobExecuter Default

Source Code:

<Rule ID="Microsoft.SystemCenter.SqlJobs.PartitioningAndGrooming" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.AllManagementServersPool" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Maintenance</Category>
<DataSources>
<DataSource ID="DS" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Days">1</Interval>
<SyncTime>00:00</SyncTime>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.SqlJobExecuter">
<JobName>p_PartitioningAndGrooming</JobName>
</WriteAction>
</WriteActions>
</Rule>