70-332 · Question #24
A SharePoint environment contains an instance of Microsoft SQL Server 2008 R2. You plan to migrate data from the existing database to a new instance of SQL Server 2012. You need to configure SQL…
The correct answer is B. On all servers in the farm, configure a SQL Server alias. Configuring a SQL Server alias on every SharePoint farm server maps the existing logical SQL Server name to the new SQL Server 2012 instance, allowing migration without any SharePoint application configuration changes.
Question
Exhibit
Options
- AOn the SQL Server, configure a named instance.
- BOn all servers in the farm, configure a SQL Server alias.
- COn all servers in the farm, configure SQL Server database mirroring.
- DCreate a single-node SQL Server cluster.
How the community answered
(68 responses)- A10% (7)
- B81% (55)
- C3% (2)
- D6% (4)
Why each option
Configuring a SQL Server alias on every SharePoint farm server maps the existing logical SQL Server name to the new SQL Server 2012 instance, allowing migration without any SharePoint application configuration changes.
Configuring a named instance on the new SQL Server does not redirect existing connections; SharePoint connection strings would need to be manually updated to reference the new instance name.
A SQL Server alias is a client-side configuration stored on each farm server that maps a logical name to an actual SQL Server host and instance. By pointing the existing alias to the new SQL Server 2012 instance, all SharePoint web applications and service applications continue connecting under the same name they already reference, eliminating the need to update any SharePoint configuration.
Database mirroring is a high-availability and redundancy feature, not a migration mechanism, and failover to the mirror would still require connection string changes if the principal server hostname changes.
A single-node SQL Server cluster uses a virtual network name that differs from the original standalone server name, which would still require SharePoint to be reconfigured to use the new cluster name.
Concept tested: SQL Server alias for seamless SQL instance migration
Source: https://learn.microsoft.com/en-us/sharepoint/administration/add-a-database-server-to-an-existing-farm
Topics
Community Discussion
No community discussion yet for this question.
