| Table: dbo.Timerack_Client_Update_Queue | |||
| This table stores updated clients that are queued for TimeRack export. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| timerack_client_update_queue_KEY | int (4) | NOT NULL | Primary key. |
| web_services_transmit_queue_KEY | int (4) | NOT NULL | Web Services Transmit Queue Key. |
| client_KEY | int (4) | NOT NULL | Client Key. |
| pod_prefix | nvarchar (30) | NOT NULL | POD file name prefix if used. Empty string indicates that no file name prefix should be sent to the POD webservice. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Timerack_Client_Update_Queue | timerack_client_update_queue_KEY | ||