• PhilPacha (2/21/2013)


    Since you are running a SQL Server Agent job, you can use SQL Server Agent tokens.

    The one for date the Job started running is: $(ESCAPE_NONE(STRTDT))

    Here's a link to the 2008R2 help...

    http://msdn.microsoft.com/en-us/library/ms175575.aspx

    Great, thank you!

    I'm going to try it!

    gmac