Skip to content

Commit 6a1a9d1

Browse files
authored
Merge pull request MicrosoftDocs#7080 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to master to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents a6c76bd + 27eff94 commit 6a1a9d1

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

docs/relational-databases/policy-based-management/administer-servers-by-using-policy-based-management.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,12 @@ For example, as the database administrator, you may want to ensure that certain
118118

119119

120120
## Examples
121+
121122
- [Create the Off By Default Policy](lesson-1-1-create-the-off-by-default-policy.md)
122-
- [Configure a Server to Run the Off By Default Policy](lesson-1-2-configure-a-server-to-run-the-off-by-default-policy.md)
123-
## See also
123+
- [Configure a Server to Run the Off By Default Policy](lesson-1-2-configure-a-server-to-run-the-off-by-default-policy.md)
124+
125+
## See also
126+
124127
[Policy-Based Management Views (Transact-SQL)](../../relational-databases/system-catalog-views/policy-based-management-views-transact-sql.md)
125128

126129

docs/relational-databases/system-catalog-views/sys-server-principals-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ monikerRange: ">=aps-pdw-2016||>=sql-server-2016||=sqlallproducts-allversions||>
4444
|**default_language_name**|**sysname**|Default language for this principal.|
4545
|**credential_id**|**int**|ID of a credential associated with this principal. If no credential is associated with this principal, credential_id will be NULL.|
4646
|**owning_principal_id**|**int**|The **principal_id** of the owner of a server role. NULL if the principal is not a server role.|
47-
|**is_fixed_role**|**bit**|Returns 1 if the principal is one of the fixed server roles. For more information, see [Server-Level Roles](../../relational-databases/security/authentication-access/server-level-roles.md).|
47+
|**is_fixed_role**|**bit**|Returns 1 if the principal is one of the built-in server roles with fixed permissions. For more information, see [Server-Level Roles](../../relational-databases/security/authentication-access/server-level-roles.md).|
4848

4949
## Permissions
5050
Any login can see their own login name, the system logins, and the fixed server roles. To see other logins, requires ALTER ANY LOGIN, or a permission on the login. To see user-defined server roles, requires ALTER ANY SERVER ROLE, or membership in the role.
@@ -55,7 +55,7 @@ monikerRange: ">=aps-pdw-2016||>=sql-server-2016||=sqlallproducts-allversions||>
5555
The following query lists the permissions explicitly granted or denied to server principals.
5656

5757
> [!IMPORTANT]
58-
> The permissions of fixed server roles do not appear in sys.server_permissions. Therefore, server principals may have additional permissions not listed here.
58+
> The permissions of fixed server roles (other than public) do not appear in sys.server_permissions. Therefore, server principals may have additional permissions not listed here.
5959
6060
```
6161
SELECT pr.principal_id, pr.name, pr.type_desc,

0 commit comments

Comments
 (0)