EnterpriseDW
 FK_FactGlSummaryBalances_DimOrgUnit
  Properties
Property Value
Name FK_FactGlSummaryBalances_DimOrgUnit
Columns OrgUnitSK
Referenced Table dbo.DimOrgUnit
Referenced Columns OrgUnitSK
Referenced Key PK_dbo.DimOrgUnit
Is Checked True
Description
  Extended Properties
Object Property Value
  DDL
ALTER TABLE [dbo].[FactGlSummaryBalances]  WITH CHECK ADD  CONSTRAINT [FK_FactGlSummaryBalances_DimOrgUnit] FOREIGN KEY([OrgUnitSK])
REFERENCES [DimOrgUnit] ([OrgUnitSK])
ALTER TABLE [dbo].[FactGlSummaryBalances] CHECK CONSTRAINT [FK_FactGlSummaryBalances_DimOrgUnit]
Powered by BI Documenter