R
Rookie
I have a set of queries that I would like to incorporate in a loop process so
that the logic is complete once all records have been updated.
Below are the queries in order:
Delete_BO_DatabaseTable_1_BatchProcess
Delete_BO_DatabaseTable_2_BatchProcess
Create_BO_DatabaseTable_1_BatchProcess
Create_BO_DatabaseTable_2_BatchProcess
Create_BO_DatabaseTable_3_BatchProcess
Update_BO_DatabaseTable_BatchTable_1
Update_BO_DatabaseTable_BatchTable_2
UpdateKeyNumbersWithBatch
Update_BO_DatabaseTable_BatchTable_2_Post
The query named “UpdateKeyNumbersWithBatch†is updating a tabled titled
“BO_DatabaseTable†and the field that is being updated is called
“BatchNumberFieldâ€.
I basically want the loop to run the process and end while all the records
have a value in the “BatchNumberFieldâ€.
Please let me know if this doesn’t make sense…
that the logic is complete once all records have been updated.
Below are the queries in order:
Delete_BO_DatabaseTable_1_BatchProcess
Delete_BO_DatabaseTable_2_BatchProcess
Create_BO_DatabaseTable_1_BatchProcess
Create_BO_DatabaseTable_2_BatchProcess
Create_BO_DatabaseTable_3_BatchProcess
Update_BO_DatabaseTable_BatchTable_1
Update_BO_DatabaseTable_BatchTable_2
UpdateKeyNumbersWithBatch
Update_BO_DatabaseTable_BatchTable_2_Post
The query named “UpdateKeyNumbersWithBatch†is updating a tabled titled
“BO_DatabaseTable†and the field that is being updated is called
“BatchNumberFieldâ€.
I basically want the loop to run the process and end while all the records
have a value in the “BatchNumberFieldâ€.
Please let me know if this doesn’t make sense…