Skip to content

Commit 54b0d42

Browse files
sommarskogrwestMSFT
authored andcommitted
Update sp-help-spatial-*-histogram-transact-sql.md
Corrected the required permission based on the actual behaviour, although this has to be construed as a bug. That is, you don't get an explicit permission error, but only "A severe error occurred on the current command. The results if any should be discarded". Given how long this behaviour has been there, fixing the actual bug is unlikely to pass the triage bar. Thus, better to adopt the documentation.
1 parent 88149a4 commit 54b0d42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/relational-databases/system-stored-procedures/sp-help-spatial-geography-histogram-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ A table value is returned. The following grid describes the column contents of t
6565

6666
## Permissions
6767

68-
User must be a member of the **public** role. Requires READ ACCESS permission on the server and the object.
68+
User must be a member of the **sysadmin** fixed server role.
6969

7070
## Remarks
7171

docs/relational-databases/system-stored-procedures/sp-help-spatial-geometry-histogram-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ A table value is returned. The following grid describes the column contents of t
8585

8686
## Permissions
8787

88-
User must be a member of the **public** role. Requires `READ ACCESS` permission on the server and the object.
88+
User must be a member of the **sysadmin** fixed server role.
8989

9090
## Remarks
9191

0 commit comments

Comments
 (0)