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