CRM 2011 + copy for staging
How to copy Microsoft CRM 2011 organization on the same server.
There are many reasons to copy organizations, one of the most common – for testing purpose.
You can do as following:
- Select a database in SQL Server Management Studio which will be copied (TEST_MSCRM). Right click on the target database -> Tasks -> Backup.
- Select Full for Backup type and press OK.
- Right Click on Databases -> Restore Database.
- Put the name of new database (TEST2_MSCRM) and select file from local disc a copy of TEST_MSCRM.bak.
- Open CRM Deployment Manager -> Import Organization Wizard.
- Select SQL server and database (TEST2_MSCRM) and Next.
- Enter a Display name TEST2 and press Next.
- Enter Report Server URL and press Next.
- Select Automatically Map Users as recommended and press Next.
- Press Import.
- Press Finish.
- Congratulations. New organization is created.
- Go to Internet Explorer and enter address http://your_server _name/TEST2 and you will see a new fresh copy of your organization.
Source: http://msdynamics2011.blogspot.co.uk/2011/10/how-to-copy-microsoft-crm-2011.html
DNS server + memory consumption Powershell: send and read email
Comments are currently closed.