We need to move our databases to a new SQL server for CRM 2016.
I found this article for 2013, but could not find anything for CRM 2015 or 2016. https://technet.microsoft.com/en-us/library/hh699806(v=crm.6).aspx
I followed this article. While things appear to be working properly, in my CRM Deployment manager it still shows my old SQL server listed and the role is SQL Server. It shows the new SQL server with a role of SRS Data Connector.
I say things appear to be working correctly because I can login to CRM. I also imported one organization from the old server and the import ran correctly.
In the config database, the dbo.Server table lists the old SQL with a role of 256 and the new SQL server with a role of 4. Judging by my old config table, I want my SQL server to have a role of 260. (I am not sure it is safe to change this in SQL).
Any idea how I eliminate the old SQL server completely and make sure my new SQL server has all the correct roles?
*This post is locked for comments