Hi,
I have scheduled a job on sql agent on a daily basis. The output of which I am directing to outputfile. The problem is I would like to assign a new file for every run. I have a vb script generating the datetimestamp_output file. How do I assign it? i.e Under advanced page of steps, the output file destination should be like C:\20090323_output.txt[2*_output.txt], I tried & it doesnt work. Please help.
Thanks