Skip to content

Commit 6a9d37d

Browse files
authored
changed Public to public
not a proper noun, and not capital in the UI
1 parent 67c9c74 commit 6a9d37d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 (other than Public) 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)