EnterpriseDW
 FK_FactGlTransactions_DimGlCode
  Properties
Property Value
Name FK_FactGlTransactions_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].[FactGlTransactions]  WITH CHECK ADD  CONSTRAINT [FK_FactGlTransactions_DimGlCode] FOREIGN KEY([GlCodeSK])
REFERENCES [DimGlCode] ([GlCodeSK])
ALTER TABLE [dbo].[FactGlTransactions] CHECK CONSTRAINT [FK_FactGlTransactions_DimGlCode]
Powered by BI Documenter