Hi all,
I'm using a variable in my package with the evaluate as expression set to true. The expression i'm trying to run is:
"Enc_Unison_" + REPLACE(CONVERT(char(8), getdate(), 10), "-", "") + ".txt"
I'm expecting the results:
"Enc_Unison_101008.txt"
Seems simple but I can't for the life of me get it to work. Can anyone see what I'm doing wrong in my syntax?