grafana/public/app/plugins/datasource/mssql
Hugo Häggmark 00a9af00fc
Templating: removes old Angular variable system and featureToggle (#24779)
* Chore: initial commit

* Tests: fixes MetricsQueryEditor.test.tsx

* Tests: fixes cloudwatch/specs/datasource.test.ts

* Tests: fixes stackdriver/specs/datasource.test.ts

* Tests: remove refrences to CustomVariable

* Refactor: moves DefaultVariableQueryEditor

* Refactor: moves utils

* Refactor: moves types

* Refactor: removes variableSrv

* Refactor: removes feature toggle newVariables

* Refactor: removes valueSelectDropDown

* Chore: removes GeneralTabCtrl

* Chore: migrates RowOptions

* Refactor: adds RowOptionsButton

* Refactor: makes the interface more explicit

* Refactor: small changes

* Refactor: changed type as it can be any variable type

* Tests: fixes broken test

* Refactor: changes after PR comments

* Refactor: adds loading state and call to onChange in componentDidMount
2020-06-04 13:44:48 +02:00
..
img mssql: add logo 2018-07-28 11:31:30 +02:00
partials Chore: cleanup after previous commits) 2020-05-31 07:45:39 -07:00
specs Templating: removes old Angular variable system and featureToggle (#24779) 2020-06-04 13:44:48 +02:00
config_ctrl.ts noImplicitAnys: Fix InfluxDB type issues #17937) 2019-07-05 07:52:23 +02:00
datasource.ts Add truthy rawQuery as we are interpolating raw query only (#25110) 2020-05-28 14:28:56 +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: cleanup after previous commits) 2020-05-31 07:45:39 -07:00
README.md mssql: update readme 2018-03-19 11:20:17 +01:00
response_parser.ts Postgres/MySQL/MSSQL: Adds support for region annotations (#20752) 2019-12-13 17:25:36 +01: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.