| Table: dbo.W2_Rendering_Client_Lock | |||
| This table locks a particular client, where a lock record indicates the client is being processed by the W2 rendering Cron task. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| client_KEY | int (4) | NOT NULL | Primary key for the client 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_W2_Rendering_Client_Lock$client_KEY | client_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_W2_Rendering_Client_Lock__Client__client_KEY | client_KEY | Client (client_KEY) | |
| FK_W2_Rendering_Client_Lock__User_Session__user_session_guid | user_session_guid | User_Session (user_session_guid) | |