my note 2(testing)
alter table ucareexecutionlog alter column PipelineRunID varchar(255)
alter table ucareexecutionlog alter column PipelineTriggerID varchar(255)
select * from CopyActivityExecutionGroup
select * from CopyActivityExecutionPlan where CopyActivityExecutionGroupKey=7
select * from CopyActivitySink where CopyActivitySinkKey in(
select CopyActivitySinkKey from CopyActivityExecutionPlan where CopyActivityExecutionGroupKey=7)
-----------------------------------------------------------------------------------------------------------------------
tables_list.append(TablesInfo('cmdb_ci_solaris_server',True))
tables_list.append(TablesInfo('u_interaction',True))
tables_list.append(TablesInfo('u_low_survey_score',True))
tables_list.append(TablesInfo('domain',True))
-----------------------------------------------------------------------------------------------------------------
select * from CopyActivitySink where CopyActivitySinkKey in(
select CopyActivitySinkKey from CopyActivityExecutionPlan where CopyActivityExecutionGroupKey=2)
select * from KeyVaultConfig
-------------------------------------------------------------------------------------------------------------
Comments
Post a Comment