Contents of the DBC.SW_Event_Log | SystemFE Macros | Teradata Vantage - Determining Contents of the DBC.SW_Event_Log - Analytics Database - Teradata Vantage

SystemFE Macros

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-10-30
dita:mapPath
iqw1628112378327.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
usl1472251351342
lifecycle
latest
Product Category
Teradata Vantageā„¢
To determine if data exists in the DBC.SW_Event_Log, execute the following SQL statement:
Select Count(*), Min(TheDate), Max(TheDate) From DBC.Software_Event_Log;

This returns a single row containing a count of events, the date of the earliest event, and the date of the most recent event. The count will be zero and the dates will be NULL if there are no events in the log.