• Hi Dinesh,

    how would you go about adding a timestamp to your existing xmla script for the SSAS backups?, so to individually timestamp each .abf file?

    thansk in advance!

    your script is below:

    Public Sub Main()

    '

    ' Add your code here

    '

    Dts.Variables.Item("ssas_backup_script").Value = _" "

    + _

    " " + _

    " " + _

    " " + _

    " " + _

    " " + _

    " " + _

    " "

    Dts.TaskResult = Dts.Results.Success

    End Sub