I am troubleshooting a long running batchjob in AX2012 R3. I am trying to connect the dots: I can see the batchjob defined in the Dynamics database, table "batchjob". Now I want to find out what's inside the batchjob, so I can see which queries belong to that batchjob when running SQL Profiler. Where can I see this, except of course in AOS/AOT, which I do not have access to? Is this job defined in some table? Anything will help, even if it's only the tables that are touched by the job.
I already ran SSMS and SQL Profiler, but there's such a lot going on, that I would like to focus on where the pain is. It's just that I'd like to focus on that one batch for now.