grafana/public/app/plugins/datasource/mssql
Alex Khomenko 6d95f2f1db
Chore: Update typescript to v4.2.4 (#33297)
* Update typescript to v4.2.4

* Update @types/slate

* Fix QueryVariableEditor.test.tsx

* Fix search-related type errors

* Fix Plugin pages type errors

* Fix missing initializer errors

* Update snapshot

* Revert tsconfig changes
2021-04-28 15:40:01 +03:00
..
img mssql: add logo 2018-07-28 11:31:30 +02:00
partials MSSQL: By default let driver choose port (#32417) 2021-03-30 10:54:57 +02:00
specs Chore: Removes observableTester (#29369) 2020-11-26 10:32:02 +01:00
config_ctrl.ts SQL data sources: Fix configuration UI (#33110) 2021-04-19 10:30:29 +02:00
datasource.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
module.ts fix new setting default value handling. 2018-10-15 21:41:00 -03:00
plugin.json Chore: show grafana labs not project (#23913) 2020-04-26 15:34:56 -07:00
query_ctrl.ts Chore: Update typescript to v4.2.4 (#33297) 2021-04-28 15:40:01 +03:00
README.md mssql: update readme 2018-03-19 11:20:17 +01:00
response_parser.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
types.ts Explore: Expand template variables when redirecting from dashboard panel (#19582) 2019-10-08 17:01:20 +02:00

Grafana Microsoft SQL Server Data Source - Native Plugin

Grafana ships with a built-in Microsoft SQL Server (MSSQL) data source plugin that allows you to query and visualize data from any Microsoft SQL Server 2005 or newer.

Adding the data source

  1. Open the side menu by clicking the Grafana icon in the top header.
  2. In the side menu under the Configuration link you should find a link named Data Sources.
  3. Click the + Add data source button in the top header.
  4. Select Microsoft SQL Server from the Type dropdown.

For more information, check the docs.