70-465 · Question #166
You are planning an upgrade of 10 similarity configured servers that have SQL Server 2008 service pack 3 installed. The Server will be upgraded to SQL Server 2014. The upgraded Servers must include…
The correct answer is B. Create a slipstream installation of SQL Server 2014, and then install the slipstream version of Sql Server. This question tests knowledge of SQL Server upgrade paths and slipstream installations to minimize server downtime during upgrades with required hotfixes.
Question
Options
- AInstall SQL Server 2012, install SQL Server 2014 and then install the hotfixes
- BCreate a slipstream installation of SQL Server 2014, and then install the slipstream version of Sql Server
- CCreate a slipstream installation of Sql Server 2014.
- DInstall SQL Server 2008 R2, Install SQL Server 2014 and then install the hotfixes.
How the community answered
(50 responses)- A4% (2)
- B78% (39)
- C12% (6)
- D6% (3)
Why each option
This question tests knowledge of SQL Server upgrade paths and slipstream installations to minimize server downtime during upgrades with required hotfixes.
Installing SQL Server 2012 as an intermediate step before SQL Server 2014 is unnecessary for upgrading from SQL Server 2008 SP3, as a direct upgrade path to SQL Server 2014 exists, and this approach adds extra downtime with multiple installation phases.
Creating a slipstream installation integrates SQL Server 2014 with the required hotfixes into a single installation package, meaning the upgrade and all 10 hotfixes are applied in one pass. This minimizes downtime because administrators do not need to perform separate installation steps for the base product and each hotfix. A slipstream install reduces the total time servers are unavailable by combining everything into one streamlined deployment.
Creating a slipstream installation alone without actually deploying it does not complete the upgrade; the slipstream package must also be installed on the servers to achieve the upgrade and minimize downtime.
Installing SQL Server 2008 R2 as an intermediate step before SQL Server 2014, followed by separate hotfix installations, involves multiple sequential steps that significantly increase the total time the servers are unavailable compared to a slipstream approach.
Concept tested: SQL Server slipstream installation to minimize upgrade downtime
Source: https://learn.microsoft.com/en-us/sql/database-engine/install-windows/install-sql-server-from-the-installation-wizard-setup
Topics
Community Discussion
No community discussion yet for this question.