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