EnterpriseDW
 FK_FactPayableAmounts_DimDate
  Properties
Property Value
Name FK_FactPayableAmounts_DimDate
Columns PaymentDateSK
Referenced Table dbo.DimDate
Referenced Columns DateSK
Referenced Key PK_Dim_Date
Is Checked True
Description
  Extended Properties
Object Property Value
  DDL
ALTER TABLE [dbo].[FactPayableAmounts]  WITH CHECK ADD  CONSTRAINT [FK_FactPayableAmounts_DimDate] FOREIGN KEY([PaymentDateSK])
REFERENCES [DimDate] ([DateSK])
ALTER TABLE [dbo].[FactPayableAmounts] CHECK CONSTRAINT [FK_FactPayableAmounts_DimDate]
Powered by BI Documenter