Table: dbo.Timerack_Client_Update_Queue_Graveyard
Holds records of Timerack_Client_Update_Queue which couldn't be transmitted.
Columns
NameTypeConstraintsDescription
timerack_client_update_queue_graveyard_KEYuniqueidentifier (16)NOT NULLPrimary key of the table Timerack_Client_Update_Queue_Graveyard.
timerack_client_update_queue_KEYint (4)NOT NULLThe value of the primary key of the table Timerack_Client_Update_Queue at the time of the failure.
web_services_transmit_queue_KEYint (4)NOT NULLThe value of the primary key of the table Web_Services_Transmit_Queue at the time of the failure.
client_KEYint (4)NOT NULLThe value of the relevant Client at the time of the failure.
pod_prefixnvarchar (30)NOT NULLPOD file name prefix if used. Empty string indicates that no file name prefix should be sent to the POD webservice.
additional_detailsnvarchar (-1)NOT NULLError or Information about failure.
create_date_utcdatetime (8, 3)NOT NULLDate and time the row was added.
timerack_failure_type_KEYtinyint (1)NOT NULLThe value of the foreign key of the table Timerack_Failure_Type.
Primary key
NameColumnsDescription
PK_Timerack_Client_Update_Queue_Graveyardtimerack_client_update_queue_graveyard_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Timerack_Client_Update_Queue_Graveyard__Timerack_Failure_Type__timerack_failure_type_KEYtimerack_failure_type_KEYTimerack_Failure_Type (timerack_failure_type_KEY)

Schema diagram