Table: dbo.Employee_W2_In_Process_Rendering_Queue | |||
This table acts as a queue of employees which are in the process W2 document rendering. It provides the ability to roll the employees back into the Employee_W2_Rendering_Queue table if the w2 rendering user session dies, or the cron task is cancelled. | |||
Columns | |||
Name | Type | Constraints | Description |
employee_KEY | int (4) | NOT NULL | Primary key for the employee that is in the process of W2 document rendering. |
Primary key | |||
Name | Columns | Description | |
PK_Employee_W2_In_Process_Rendering_Queue$employee_KEY | employee_KEY |
Foreign keys | |||
Name | Columns | Referenced table | Description |
FK_Employee_W2_In_Process_Rendering_Queue__Employee__employee_KEY | employee_KEY | Employee (employee_KEY) |