Skip to content

Commit 692dd52

Browse files
committed
made edits due to suggestions
1 parent 4c84001 commit 692dd52

3 files changed

Lines changed: 9 additions & 53 deletions

File tree

docs/database-engine/configure-windows/configure-file-system-permissions-for-database-engine-access.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
---
2-
title: "Configure File System Permissions for Database Engine Access | Microsoft Docs"
2+
title: Configure File System Permissions for Database Engine Access
33
description: Learn about per-service SIDs. See how to grant them access permission to the database file location so that the Database Engine can access the database files.
4-
ms.custom: ""
5-
ms.date: "06/06/2016"
64
ms.prod: sql
75
ms.prod_service: high-availability
8-
ms.reviewer: ""
96
ms.technology: configuration
107
ms.topic: conceptual
11-
helpviewer_keywords:
12-
- "file system permissions"
13-
- "service account [SQL Server], file system permissions"
14-
- "permissions [SQL Server], file system"
15-
ms.assetid: 78bba43c-4edb-4216-84ac-d6246ae5546d
168
author: markingmyname
179
ms.author: maghan
10+
ms.reviewer: ""
11+
ms.custom: ""
12+
ms.date: "06/06/2016"
1813
---
14+
1915
# Configure File System Permissions for Database Engine Access
2016
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
2117
This topic describes how to grant the [!INCLUDE[ssDEnoversion](../../includes/ssdenoversion-md.md)] file system access to the location where database files are stored. The [!INCLUDE[ssDE](../../includes/ssde-md.md)] service must have permission of the Windows file system to access the file folder where database files are stored. Permission to the default location is configured during setup. If you place your database files in a different location, you might need to follow these steps to grant the [!INCLUDE[ssDE](../../includes/ssde-md.md)] the full control permission to that location.

docs/database-engine/configure-windows/configure-windows-service-accounts-and-permissions.md

Lines changed: 3 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,10 @@
11
---
2-
title: Configure Windows Service Accounts and Permissions
2+
title: Configure windows service accounts and permissions
33
description: Get acquainted with the service accounts that are used to start and run services in SQL Server. See how to configure them and assign appropriate permissions.
44
ms.prod: sql
55
ms.prod_service: high-availability
66
ms.technology: configuration
77
ms.topic: reference
8-
helpviewer_keywords:
9-
- "startup service states [SQL Server]"
10-
- "Setup [SQL Server], user accounts"
11-
- "Windows permissions [SQL Server]"
12-
- "modifying user accounts"
13-
- "default accounts"
14-
- "domains [SQL Server], user accounts"
15-
- "startup accounts [SQL Server]"
16-
- "system accounts [SQL Server]"
17-
- "services [SQL Server], permissions"
18-
- "ACL (access control list)"
19-
- "local system accounts [SQL Server]"
20-
- "instance-aware services [SQL Server]"
21-
- "permissions [SQL Server], services"
22-
- "SQL Server Agent service, user accounts"
23-
- "Windows NT permissions [SQL Server]"
24-
- "user accounts [SQL Server]"
25-
- "identifying instance-unaware services [SQL Server]"
26-
- "installing SQL Server, user accounts"
27-
- "disabled startup state [SQL Server]"
28-
- "user accounts [SQL Server], users"
29-
- "Local Service account [SQL Server]"
30-
- "SQL Server Installation Wizard"
31-
- "instance-unaware services [SQL Server]"
32-
- "services [SQL Server], configuring at installation"
33-
- "Windows accounts [SQL Server]"
34-
- "SQL Server services, user accounts"
35-
- "user accounts [SQL Server], services"
36-
- "MSSQLServer"
37-
- "identifying instance-aware services [SQL Server]"
38-
- "services [SQL Server], accounts"
39-
- "access control lists"
40-
- "optional accounts [SQL Server]"
41-
- "service accounts [SQL Server]"
42-
- "accounts [SQL Server], services"
43-
- "built-in system accounts [SQL Server]"
44-
- "automatic startup state"
45-
- "domains [SQL Server]"
46-
- "manual startup state [SQL Server]"
47-
- "accounts [SQL Server], user"
48-
ms.assetid: 309b9dac-0b3a-4617-85ef-c4519ce9d014
498
author: markingmyname
509
ms.author: maghan
5110
ms.reviewer: ""
@@ -200,7 +159,8 @@ Managed service accounts, group-managed service accounts, and virtual accounts a
200159

201160
For more information on Managed Service Accounts and Virtual Accounts, see the **Managed service account and virtual account concepts** section of [Service Accounts Step-by-Step Guide](https://technet.microsoft.com/library/dd548356\(WS.10\).aspx) and [Managed Service Accounts Frequently Asked Questions (FAQ)](https://technet.microsoft.com/library/ff641729\(WS.10\).aspx).
202161

203-
**Security Note:** [!INCLUDE[ssNoteLowRights](../../includes/ssnotelowrights-md.md)] Use a [MSA](#MSA), [gMSA](#GMSA) or [virtual account](#VA_Desc) when possible. When MSA, gMSA and virtual accounts aren't possible, use a specific low-privilege user account or domain account instead of a shared account for SQL Server services. Use separate accounts for different SQL Server services. Don't grant additional permissions to the SQL Server service account or the service groups. Permissions are granted through group membership or granted directly to a service SID, where a service SID is supported.
162+
> [!Note]
163+
> [!INCLUDE[ssNoteLowRights](../../includes/ssnotelowrights-md.md)] Use a [MSA](#MSA), [gMSA](#GMSA) or [virtual account](#VA_Desc) when possible. When MSA, gMSA and virtual accounts aren't possible, use a specific low-privilege user account or domain account instead of a shared account for SQL Server services. Use separate accounts for different SQL Server services. Don't grant additional permissions to the SQL Server service account or the service groups. Permissions are granted through group membership or granted directly to a service SID, where a service SID is supported.
204164
205165
### <a name="Auto_Start"></a> Automatic startup
206166

docs/ssms/agent/make-a-master-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Make a Master Server
2+
title: Make a master server
33
description: Make a Master Server
44
ms.prod: sql
55
ms.prod_service: sql-tools

0 commit comments

Comments
 (0)