I installed sql server 2012 on windows server 2008 R2 and sharepoint server 2013 stand alone, but there was sql server 2008 r2 on the server and it seems that my sharepoint database installed on that by default! how can I move that to sql 2012 in the same machine.
Asked
Active
Viewed 28 times
1 Answers
1
Pre-Requisites
- You must be a member of the Farm Administrators SharePoint group.
- You must be a member of the Administrators group.
- On the database server you must be a member
db_backupoperatorfixed database role anddb_ownerfixed database role
Steps
- Close all open SharePoint Management Shell windows.
- Stop all services that are related to SharePoint 2013 and Internet Information Services (IIS).
- Detach the databases from the current SQL Server instance.
- Copy or move all files that are associated with the databases (.mdf, .ndf, and .ldf), to the new destination server that runs SQL Server.
- Make sure that all of the SQL Server logins, fixed server roles, fixed database roles, and permissions for the databases are configured correctly on the new destination database server.
- Attach the databases to the new destination server that runs SQL Server.
- Use SQL Server connection aliases to point to the new database server and update all web servers.
- Start all services
Details for each step can be found in link https://technet.microsoft.com/en-us/library/cc512725.aspx
Amal Hashim
- 28,306
- 5
- 31
- 61