September 8, 2016 at 7:56 am
It's time to retire my SQL 2008r2 server and move to SQL2016. I have about 150 SQL DBs and about the same number of SSAS cube DBs. What would be a suggested plan/method to accomplish this? Thanks.
September 10, 2016 at 12:38 pm
First download SQL Server 2016 Upgrade Advisor then check this link
and if you use SQL Server 2008 sp2 or sp3 must installed
SQL Server 2016 supports upgrade from the following versions of SQL Server:
•SQL Server 2008 SP3 or later
•SQL Server 2008 R2 SP2 or later
•SQL Server 2012 SP2 or later
•SQL Server 2014 or later
September 12, 2016 at 7:37 am
Thanks for the notes. Just want to confirm the response. This project is not upgrading the existing SQL 2008r2 server. A new machine is replacing it with SQL 2016. All DBs will be moved/copied to the new server. Does the info link still apply? Thanks!!
September 12, 2016 at 7:39 am
The upgrade advisor part does, you should still run upgrade advisor and fix anything that breaks, and you absolutely MUST do performance tests on SQL 2016 due to the changes to the cardinality estimator (if you don't do them pre-upgrade, your users do them afterwards)
SQL DBs can be restored up-version without a problem, I have no idea about SSAS cubes.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
September 12, 2016 at 8:31 am
Just one more question. My SQL 2008rs is still on service pack 1. Should it be SP2 before I start this process? Thanks.
September 12, 2016 at 8:37 am
LaVerne Sanders (9/12/2016)
Just one more question. My SQL 2008rs is still on service pack 1. Should it be SP2 before I start this process? Thanks.
This page answers your question, in detail.
The absence of evidence is not evidence of absence.
Martin Rees
You can lead a horse to water, but a pencil must be lead.
Stan Laurel
September 12, 2016 at 8:42 am
LaVerne Sanders (9/12/2016)
Just one more question. My SQL 2008rs is still on service pack 1. Should it be SP2 before I start this process? Thanks.
If you plan an in-place upgrade, yes. If you plan a side-by-side, or new hardware, not necessary.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply