I need to confirm for my SQL DBA that in FACT you cannot move/upgrade all SharePoint 2010 Databases from one SQL Server 2005 SP3 Server to a New SQL 2012 R2 Server.
*note: we did not use SQL Aliases.
Can someone who knows confirm that for me and provide a brief explanation? …Any references to the fact from Microsoft are also appreciated.
Thank you.
Matt
Matt,
I haven’t tried this specific move before as we are using 2008 R2 or newer for everything. You will need to make sure SP 2010 is patched to the latest service pack at least.
You could then detach all the SQL DBs, copy them to the new SQL server, attach them to SQL and bring them online, use CLIconfg on each SP server to basically map old sql server name to new sql server name. This will reroute database communication to the new SQL server. Then see if SP works. If it doesn’t, just roll back the CLIConfg change.