I need to compile a list of all of the calls from scheduled jobs (or other places) that select/insert into a specific table... is there a simple way of doing this without opening up every job and looking at it?
I can't think of a particularly simple way, but you might be able to glean some information from the command column of msdb.dbo.sysjobsteps
If it's a stored proc call, the comman column only has "exec myproc" though, so not sure how helpful that would be.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.