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