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