October 7, 2016 at 7:22 am
I just want to know, the things I need to prepare of before upgrading,
I am planning to create the new servers with 2012 as OS and then have SQL 2016
I have 3 servers, 1 dev and 2 prod.
we are still using in some cases dtx packages,
we are also using log shipping
Help is appreciated,
Thanks,
B
October 7, 2016 at 8:56 am
One thing you'll have to do is convert those DTS packages to SSIS.
There are tools that can help you convert these, but I recommend you don't use them. Take the time to re-engineer each package so that they make efficient use of the new tasks SSIS has to offer.
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
October 10, 2016 at 3:36 am
October 10, 2016 at 3:42 am
You need to test carefully. One of the changes to SQL 2014 was to the query optimiser. Most queries either improve slightly in performance or stay the same, but you will have a few performance degradations. You can test pre-upgrade, identify the problems and fix them before the upgrade, or your users can test after the upgrade and find all the problems.
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 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply