Azure For each enumerator

  • Hello,

    I have installed azure blob upload and download task editor in ssis.

    We want to store few days backup to azure blob container. We have couple of zip backup files.

    Now we need to download them on DR. but we need to download only today's backup zips (we have lets say 5 zip files daily) and not all zip files.

    In Azure download container I can give filename =*.zip but thats not what I want. My file names are different everyday in form of abc_server_20160810.zip.

    Is this doable by Azure For each enumerator??

    How do I do that? Any suggestions? Thanks

  • Use powershell. You can identify the date and just bring back the ones you need that way.

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply