PURGE_ARCHIVE_EXCEPTION
Definition
The PURGE_ARCHIVE_EXCEPTION table contains information about errors occurring during
the purge/archive process
Technical Data
| Schema Version |
4.5.2 |
| Filegroup |
BART_DATA |
| Partitioned |
No |
Summary
The PURGE_ARCHIVE_EXCEPTION table is defined by the
following columns.
See the column details for more information.
Column Details
PROCESS_NAME
| Definition |
The name of the procedure where the error occurred |
| Type |
NVARCHAR(256), NOT NULL |
RECORD_DATE
| Definition |
The date when the exception occurred |
| Type |
DATETIME, NOT NULL |
EXCEPTION
| Definition |
The code of the exception returned by the database |
| Type |
NVARCHAR(2000), NOT NULL |
SQL
| Definition |
The SQL command where the error occurred |
| Type |
NVARCHAR(4000), NOT NULL |