nerdexam
Microsoft

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.

Maintain a SharePoint environment

Question

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 Server to support the migration. You must accomplish this goal without requiring any SharePoint application configuration changes. What should you do?

Exhibit

70-332 question #24 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)
  • A
    10% (7)
  • B
    81% (55)
  • C
    3% (2)
  • D
    6% (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.

AOn the SQL Server, configure a named instance.

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.

BOn all servers in the farm, configure a SQL Server alias.Correct

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.

COn all servers in the farm, configure SQL Server database mirroring.

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.

DCreate a single-node SQL Server cluster.

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

#SQL Server alias#database migration#SQL Server upgrade#farm reconfiguration

Community Discussion

No community discussion yet for this question.

Full 70-332 Practice