
Hello,
I want to have a database copy of MSCRM database with only scheme (I don't want any customer information in the database) . What will be the best way to achieve it other than bulk delete?
We are on On premise 2015 version of CRM
Thank you!
Hi,
You cannot do this with the sql database (unless you create a copy and delete the data afterwards) but you can achieve the same results by creating a solution and adding all the required entities into it. You can then import this solution to your dev/test environment which will create the required schema in your dev/test database.
Hope this helps.