From a355bafc2232f6d59cc2fb6c0fdd7a1730d79bc5 Mon Sep 17 00:00:00 2001 From: Soham <76726887+Soham-glitch@users.noreply.github.com> Date: Tue, 13 Jun 2023 18:25:49 +0530 Subject: [PATCH] MSSQL: Mention excluded databases in the doc (#69534) mention excluded databases in the doc --- docs/sources/datasources/mssql/query-editor/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/datasources/mssql/query-editor/index.md b/docs/sources/datasources/mssql/query-editor/index.md index d2b3a15a063..c0db24b21ee 100644 --- a/docs/sources/datasources/mssql/query-editor/index.md +++ b/docs/sources/datasources/mssql/query-editor/index.md @@ -94,6 +94,8 @@ Once you select a database, Grafana populates the dropdown with all available ta **Note:** If a default database has been configured through the Data Source Configuration page (or through a provisioning configuration file), the user will only be able to use that single preconfigured database for querying. +We don't include `tempdb`,`model`,`msdb`,`master` databases in the query editor dropdown. + ### Select columns and aggregation functions (SELECT) Select a column from the **Column** dropdown to include it in the data.