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