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