Where are the SQLServer jobs stored?

Posted by Saiyine on Server Fault See other posts from Server Fault or by Saiyine
Published on 2010-12-20T18:54:19Z Indexed on 2010/12/21 12:55 UTC
Read the original article Hit count: 203

I'd like to know what is the process a SqlServer job is executing, but I only can find that it calls DTSRun with an encrypted string.

After decoding the string, it results is just the name of the job with the user and the password.

How can I find what is this job really calling?

Edit: I've found a candidate, they could be at the msdb.sysdtspackages, but again, can't read them as SQLServer says the data is binary.

How can I read them to confirm they are the jobs?

© Server Fault or respective owner

Related posts about sql-server

Related posts about background-process