Thursday, September 23, 2021

Load a recent copy of production transactions into the development environment

 I find this article really helpful when trying to restore databases from the 2-tier cloud-hosted server to my local dev VM.

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/database/dbmovement-scenario-exportuat#import-the-database

Hope it helps.

Debug in a Tier-2 (UAT) environment

 From time to time, you may have to debug a copy of the production database, but you are unable to export & import the DB to your dev ma...