Where are the SQLServer jobs stored?
- by Saiyine
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?