DWOperations
 FK_SSISConfigurations_Log__ETLExecutionLog
  Properties
Property Value
Name FK_SSISConfigurations_Log__ETLExecutionLog
Columns ETLExecutionLogId
Referenced Table dbo.ETLExecutionLog
Referenced Columns ETLExecutionLogId
Referenced Key PK_ETLExecutionLog
Is Checked True
Description
  Extended Properties
Object Property Value
  DDL
ALTER TABLE [dbo].[ETLExecutionLog_SSISConfigurations]  WITH CHECK ADD  CONSTRAINT [FK_SSISConfigurations_Log__ETLExecutionLog] FOREIGN KEY([ETLExecutionLogId])
REFERENCES [ETLExecutionLog] ([ETLExecutionLogId])
ALTER TABLE [dbo].[ETLExecutionLog_SSISConfigurations] CHECK CONSTRAINT [FK_SSISConfigurations_Log__ETLExecutionLog]
Powered by BI Documenter