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
NameTypeConstraintsDescription
client_billing_KEYint (4)NOT NULLThe primary key, referencing the record that in turn references the FK that this table is tracking.
contact_guiduniqueidentifier (16)NOT NULLThe referenced item, unique across all databases.
Primary key
NameColumnsDescription
PK_BS_Client_Billing__Client__bill_to_other_client$client_billing_KEYclient_billing_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_BS_Client_Billing__Client__bill_to_other_clientclient_billing_KEYClient_Billing (client_billing_KEY)

Schema diagram