July 2, 2013 at 10:01 am
SQL Server 2008 R2
Ho guys
I need some help from you:
I have a SQL Server 2008 R2 installation in a domain.
The IT department has decided to change the domain name (keeping same name and IP).
Could you provide me the direction on how to ensure the SQL Server still works after the domain change without any issue?
Many thanks
July 3, 2013 at 3:53 am
Hey, speak to the system admins, to add an alias on the DNS pointing to the new server.
July 4, 2013 at 6:46 am
Hello,
many thanks.
Your solution looks very interesting but we are sure that an ALIAS in DNS solves our problem?
The domain change should change the <famous> SID for the user? This could affect the entire user access?
Thanks
July 15, 2013 at 7:41 am
Hi,
Do you have any advise about the change domain?
Kind regards
July 15, 2013 at 8:17 am
Hi,
There will be impact to the SQL Server when a domain name is changed, you'll have to see the steps below to get back SQL to the new domain.
1. All Logins must be re-added back to the sql server with same global level permission and user level permissions on each databases.
2. Ensure you have at least one SQL account that has sysadmin access so you would have to enough permissions to add back the users.
3. Update the SQL Server's service account to the new domainname\user for all services logon from SQL Server Configuration Manager.
4. If Replication or Logshipping used then you must ensure the shared folders have the same permissions since you'd have to re-add the users.
5. If linked servers then you need to reconfigure them with new credentials.
Regards,
November 27, 2013 at 3:33 am
Hi,
Will it log shipping work without interrupt the below points did?
SQL server's service account changed to new domain account and log shipping shared folder permission is re-added to users.
Thanks.
Pradeep
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply