AlertRefreshHistory


Description

Alert refresh history tracking when alert data and calculations are refreshed or updated. This audit table maintains timestamps of alert system refresh cycles, supporting performance monitoring, troubleshooting, and ensuring alert data currency.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ID int identity 4 null

Primary key - Unique identifier for each refresh history record

RefreshTime datetime 16,3 null

Refresh timestamp - Date and time when the alert refresh cycle was executed

Indexes

Constraint Name Type Sort Column(s)
PK__AlertRef__3214EC270C90FD0F Primary key Asc ID

Relationships