When you want to create an incremental df between two databases you should;
- connect to the newer database (appdb)
- connect to the older database with diff logical name (oldappdb)
- ensure the current working database is the newer (appdb)
- create the incremental db from there
Job done! test