
Hello everyone,
I have a current crm database, I have been asked to migrate data into our existing database. They sent me over a .bak file.
How do I migrate this data to my existing CRM database without ruining it?
I was thinking about trying this using SSMS but any help would be appreciated.
Hi
i would create a new db and restore to this one. Then create insert/update scripts for the required data from the new db to the original db. This can be done with sql scripts or as you say ssms jobs if that is more comfortable.
mox