|
![]() |
Property | Value |
Name | FK_SSISConfigurations_Log__ETLExecutionLog |
Columns | ETLExecutionLogId |
Referenced Table | dbo.ETLExecutionLog |
Referenced Columns | ETLExecutionLogId |
Referenced Key | PK_ETLExecutionLog |
Is Checked | True |
Description |
Object | Property | Value |
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 |