06-25-2015 10:45 AM - edited 03-01-2019 09:15 AM
I have Tidal 5.3.1 wth a sql database. I'm looking for a query to provide me with all the runbook information for all 2700 job.
06-26-2015 08:51 AM
Hi Mike,
For this query, you can run the below to pull in the Job ID, parent name, jobname, and then runbook:
SELECT jobmst.jobmst_id, jobmst.jobmst_prntname, jobmst.jobmst_name, jobmst.jobmst_runbook FROM jobmst
Regards,
Derrick Au
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide
Log in to Community