+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/public/app/plugins/datasource/mssql/plugin.json b/public/app/plugins/datasource/mssql/plugin.json
new file mode 100644
index 00000000000..20b737ce938
--- /dev/null
+++ b/public/app/plugins/datasource/mssql/plugin.json
@@ -0,0 +1,20 @@
+{
+ "type": "datasource",
+ "name": "MSSQL",
+ "id": "mssql",
+
+ "info": {
+ "author": {
+ "name": "Grafana Project",
+ "url": "https://grafana.com"
+ },
+ "logos": {
+ "small": "img/mssql_logo.svg",
+ "large": "img/mssql_logo.svg"
+ }
+ },
+
+ "alerting": true,
+ "annotations": true,
+ "metrics": true
+}
diff --git a/public/app/plugins/datasource/mssql/query_ctrl.ts b/public/app/plugins/datasource/mssql/query_ctrl.ts
new file mode 100644
index 00000000000..194e3fd817d
--- /dev/null
+++ b/public/app/plugins/datasource/mssql/query_ctrl.ts
@@ -0,0 +1,84 @@
+///