| Table: dbo.BS_Client_Payroll_Information__Checkbook__tax_agent_impound_withdrawal | |||
| Tracks an outgoing reference to other client data in FK_Client_Payroll_Information__Checkbook__tax_agent_impound_withdrawal__checkbook_KEY. Backup and restore uses this to link a restored client to data in another client. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| client_KEY | int (4) | NOT NULL | The primary key, referencing the record that in turn references the FK that this table is tracking. |
| checkbook_guid | uniqueidentifier (16) | NOT NULL | The referenced item, unique across all databases. |
| Primary key | |||
| Name | Columns | Description | |
| PK_BS_Client_Payroll_Information__Checkbook__tax_agent_impound_withdrawal$client_KEY | client_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_BS_Client_Payroll_Information__Checkbook__tax_agent_impound_withdrawal | client_KEY | Client_Payroll_Information (client_KEY) | |