Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 2.8 KB

File metadata and controls

50 lines (36 loc) · 2.8 KB
title Configure Security Wizard: Service Accounts
description Describes the 'Service Accounts' page of the 'Configure Database Mirroring Security Wizard' in SQL Server Management Studio.
author MikeRayMSFT
ms.author mikeray
ms.date 05/17/2016
ms.service sql
ms.subservice database-mirroring
ms.topic ui-reference
f1_keywords
sql13.swb.configdbmsecurwiz.serviceaccounts.f1

Configure Database Mirroring Security Wizard: Service Accounts

[!INCLUDE SQL Server] When using Windows Authentication, if the server instances use different accounts, specify the service accounts for [!INCLUDEssNoVersion]. These service accounts must all be domain accounts (in the same or trusted domains).

If all the server instances use the same domain account or use certificate-based authentication, leave the fields blank. Simply click Finish, and the wizard automatically configures the accounts based on the account of the current wizard.

Important

If the database mirroring endpoints of the server instances are configured to use certificates, you must leave the service account fields empty.

To configure database mirroring by using SQL Server Management Studio

Options

Principal
Specify the service account of the principal server instance. Enter the domain name in upper case:

DOMAINNAME\username

Mirror
Specify the service account of the mirror server instance. Enter the domain name in upper case:

DOMAINNAME\username

Witness
Specify the service account of the witness server instance. Enter the domain name in upper case:

DOMAINNAME\username

See Also

Database Properties (Mirroring Page)
Start Database Mirroring Monitor (SQL Server Management Studio)
Database Mirroring (SQL Server)
Set Up Login Accounts for Database Mirroring or Always On Availability Groups (SQL Server)