| A row in this table corresponds to a UT W2 pod file queued for transmission |
| pod_service_w2_queue_KEY | int (4) | NOT NULL | Primary Key. |
| web_services_transmit_queue_KEY | int (4) | NOT NULL | Indicates which Web_Services_Transmit_Queue this row is associated with. |
| employee_KEY | int (4) | NOT NULL | Indicates which employee this row is associated with. |
| form_year | smallint (2) | NOT NULL | The year of the form being queued. |
| w2_file | varbinary (-1) | NOT NULL | The binary of the xml file for the W2. |
| firm_id | int (4) | NOT NULL | The firm id to use when transmitting the pod file. |