EnterpriseDW
 FK_dbo_FactGlRollOverBalances_DateSK
  Properties
Property Value
Name FK_dbo_FactGlRollOverBalances_DateSK
Columns DateSK
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].[FactGlRollOverBalances]  WITH CHECK ADD  CONSTRAINT [FK_dbo_FactGlRollOverBalances_DateSK] FOREIGN KEY([DateSK])
REFERENCES [DimDate] ([DateSK])
ALTER TABLE [dbo].[FactGlRollOverBalances] CHECK CONSTRAINT [FK_dbo_FactGlRollOverBalances_DateSK]
Powered by BI Documenter