grafana/public/app/plugins/datasource/mssql
Marcus Efraimsson b0076d4f65 mssql: remove UTC conversion in macro functions
Removes the macro function . Macro functions should not do UTC/timezone conversion - they should
work in the same way as postgres and mysql datasource implementations.
Grafana and Microsft SQL Server should be run on servers with UTC timezones.
2018-03-22 14:55:44 +01:00
..
partials mssql: remove UTC conversion in macro functions 2018-03-22 14:55:44 +01:00
specs mssql: convert tests to jest 2018-03-20 13:01:32 +01:00
datasource.ts Merge branch 'master' into mssql_datasource 2018-03-13 16:03:02 +01:00
module.ts mssql: cleanup and minor changes 2018-03-19 13:06:46 +01:00
plugin.json mssql: skip rendering of mssql logos until we have a valid logo 2018-03-16 14:47:43 +01:00
query_ctrl.ts mssql: cleanup and minor changes 2018-03-19 13:06:46 +01:00
README.md mssql: update readme 2018-03-19 11:20:17 +01:00
response_parser.ts mssql: fix precision for time column in table mode 2018-03-20 12:59:40 +01: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.