Skip to content

Commit e03a284

Browse files
authored
Update sp-help-spatial-geometry-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 e03a284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)