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