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
NameTypeConstraintsDescription
client_KEYint (4)NOT NULLPrimary key for the client that is locked for processing.
user_session_guiduniqueidentifier (16)NOT NULLThe user session guid associated with the Cron task that is locking and processing a queue record.
Primary key
NameColumnsDescription
PK_W2_Rendering_Client_Lock$client_KEYclient_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_W2_Rendering_Client_Lock__Client__client_KEYclient_KEYClient (client_KEY)
FK_W2_Rendering_Client_Lock__User_Session__user_session_guiduser_session_guidUser_Session (user_session_guid)

Schema diagram