
Hello,
Please let me know what are the steps in moving database from:
Regards
Hello JeffGreenrc,
The movement of the database simply depends of the fact if you have direct access the SQL studio on that machine. If I am to move a database between 2 Developments environments, I would simply take a backup of the in form of .bak and restore in the recipient environment.
For Tier 2 and Up which are Microsoft managed, you can get the database backup in a bacpac format. With the SqlPackage you can import the bacpac as bak.
https://blog.monsieurwinner.com/2022/07/12/copy-production-database-to-dev-environment-in-d365fo/