I have taken over a SQL 2000 database. I am trying to figure out what a job is doing. Its command is:
DTSRun /~....a big hex string....
I have tried to run:
DTSRun /~....a big hex string.... /!Y
to see what it is doing, but it just repeats the command. Is there a way I can see what this string represents?