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

Popular posts from this blog

java chapter11 practice question on abstruct class and interfaces

DAY 12 -AZURE DP900(Microsoft Azure Data Fundamentals: Explore non-relational data in Azure)

java exercise4