Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I have a main job when executed, runs 15 jobs in parallel. Each job has a table to write (insert or update) from sql server to mysql.
I want to get the execution time of each job and the number of rows that were affected. I want the table_name,inserted_rows, updated_rows,job_completion_time
So I run this job 4 times in a day. And the data in this log table must have information for every run
I am using TOS - 6.1.1
Any ideas on how I can achieve this would be of great help
Thanks in advance
Rathi