Hello,
I'm creating a simple job to compare the date of a record in a sql database to the date of a file on a lan drive.
I'm having a hard time figuring out how to do the actual set and compare portion of the job with regards to variables. (1 variable representing DB datetime, one representing File datetime).
When I "set" the value of a variable, if I use the variable key, it literally gets set to the key and not the value of the variable.
For example, if I create a set variable task, and i choose my custom variable, and add the variable key to the DB DateTimestamp variable to the "Value" box: {TASK(14c67f43-f652-4b9f-a61a-49fe1b856171,StdOut)}
Then my custom variable gets set literally to "{TASK(14c67f43-f652-4b9f-a61a-49fe1b856171,StdOut)}" and not the value of that variable.
I assume once my variables are set, I should be able to compare them to each other as well usinga condition.
Probably something really simple, but any help appreciated.
Thanks,
Phillip.