User Activity

Hello everyone.  I have this json object"wd:Academic_Period": {        "@wd:Descriptor": "Summer 2021 (05/24/2021-08/07/2021)",        "wd:ID": [               {                   "@wd:type": "WID",                    "$": "d75e5035f5431001cbdce27c57...
I have a simple pipeline that reads from a list of table names.  For each item in the list it looks up data in one SQL database and transfers it to another database.This is the child pipeline.  It is passed the name of the table on which to operate a...
I have a pipeline that creates a staging table in a SQL database that is then compared to a target table using a SQL server stored procedure. It is important that the staging table be completely populated before the stored procedure is executed, and...