I’m trying to run 2 back ups and 2 restores.
- Backup structure only [SUCCESS]
- Backup data only (with command to ignore some tables with lots of data) [SUCCESS]
- Restore structure script [SUCCESS]
- Restore data script [FAILURE]
For some reason when the Restore Data Script task runs, all the tables in my destination database gets dropped. I opened the script and there’s nothing inside it that says it should drop, and there are no options in the tool to say “don’t drop tables” so I don’t know what is happening here.