Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
51b078fb
Commit
51b078fb
authored
Apr 03, 2018
by
Daniel Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: spelling
parent
828dd345
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
docs/sources/features/datasources/mssql.md
+2
-1
No files found.
docs/sources/features/datasources/mssql.md
View file @
51b078fb
...
@@ -38,7 +38,7 @@ Name | Description
...
@@ -38,7 +38,7 @@ Name | Description
The database user you specify when you add the data source should only be granted SELECT permissions on
The database user you specify when you add the data source should only be granted SELECT permissions on
the specified database & tables you want to query. Grafana does not validate that the query is safe. The query
the specified database & tables you want to query. Grafana does not validate that the query is safe. The query
could include any SQL statement. For example, statements like
`DELETE FROM user;`
and
`DROP TABLE user;`
would be
could include any SQL statement. For example, statements like
`DELETE FROM user;`
and
`DROP TABLE user;`
would be
executed. To protect against this we
**Highly**
recomm
m
end you create a specific MSSQL user with restricted permissions.
executed. To protect against this we
**Highly**
recommend you create a specific MSSQL user with restricted permissions.
Example:
Example:
...
@@ -50,6 +50,7 @@ Example:
...
@@ -50,6 +50,7 @@ Example:
Make sure the user does not get any unwanted privileges from the public role.
Make sure the user does not get any unwanted privileges from the public role.
## Query Editor
## Query Editor
{{
<
docs-imagebox
img=
"/img/docs/v51/mssql_query_editor.png"
class=
"docs-image--no-shadow"
>
}}
{{
<
docs-imagebox
img=
"/img/docs/v51/mssql_query_editor.png"
class=
"docs-image--no-shadow"
>
}}
You find the MSSQL query editor in the metrics tab in Graph, Singlestat or Table panel's edit mode. You enter edit mode by clicking the
You find the MSSQL query editor in the metrics tab in Graph, Singlestat or Table panel's edit mode. You enter edit mode by clicking the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment