Table: dbo.Notification_Queue_Record_Lock | |||
This table locks records in parent table Notification_Queue, where a lock record indicates a queue record is being processed by a Cron task. | |||
Columns | |||
Name | Type | Constraints | Description |
notification_queue_KEY | int (4) | NOT NULL | Primary key for this table and the key of the queue record that is locked for processing. |
user_session_guid | uniqueidentifier (16) | NOT NULL | The user session guid associated with the Cron task that is locking and processing a queue record. |
Primary key | |||
Name | Columns | Description | |
PK_Notification_Queue_Record_Lock$notification_queue_KEY | notification_queue_KEY |