sys.dm_pdw_component_health_active_alerts(Transact-SQL)
적용 대상: PDW(분석 플랫폼 시스템)
PDW(분석 플랫폼 시스템) 구성 요소에 활성 경고를 저장합니다.
열 이름 | 데이터 형식 | Description | 범위 |
---|---|---|---|
pdw_node_id | int | PDW(분석 플랫폼 시스템) 노드의 고유 식별자입니다. pdw_node_id, component_id, component_instance_id, alert_id 및 alert_instance_id가 이 뷰의 키를 형성합니다. |
NOT NULL |
component_id | int | 구성 요소의 ID입니다. sys.pdw_health_components (Transact-SQL)를 참조하세요. pdw_node_id, component_id, component_instance_id, alert_id 및 alert_instance_id가 이 뷰의 키를 형성합니다. |
NOT NULL |
component_instance_id | nvarchar(255) | pdw_node_id, component_id, component_instance_id, alert_id 및 alert_instance_id가 이 뷰의 키를 형성합니다. | NOT NULL |
alert_id | int | 경고 유형의 ID입니다. sys.pdw_health_alerts(Transact-SQL)를 참조하세요. pdw_node_id, component_id, component_instance_id, alert_id 및 alert_instance_id가 이 뷰의 키를 형성합니다. |
NOT NULL |
alert_instance_id | nvarchar(36) | 지정된 경고의 인스턴스를 식별합니다. pdw_node_id, component_id, component_instance_id, alert_id 및 alert_instance_id가 이 뷰의 키를 형성합니다. |
NOT NULL |
current_value | nvarchar(255) | 경고가 StatusChange 유형일 때 사용됩니다. 현재 구성 요소 상태입니다. 임계값 유형 경고의 값은 NULL입니다. 경고 유형 목록은 sys.pdw_health_alerts(Transact-SQL)를 참조하세요. | NULL |
previous_value | nvarchar(255) | 경고가 StatusChange 유형일 때 사용됩니다. 이전 구성 요소 상태입니다. 임계값 유형 경고의 값은 NULL입니다. 경고 유형 목록은 sys.pdw_health_alerts(Transact-SQL)를 참조하세요. | NULL |
create_time | 날짜/시간 | 경고가 생성된 시간과 날짜입니다. | NOT NULL |
이 뷰에서 유지하는 최대 행에 대한 자세한 내용은 PDW(분석 플랫폼 시스템) 제품 설명서의 "최소값 및 최대값"을 참조하세요.
참고 항목
Azure Synapse Analytics 및 병렬 데이터 웨어하우스 동적 관리 뷰(Transact-SQL)