Show MSSQL Views in Grafana

Hello Grafana Com,

Currently we are using an application which saves its data in an MSSQL DB Table. At the moment we are collecting loads of Data which we want to use in a Grafana Visualization with but it is stored in a MSSQL Views. Is it possible to read the Views from Grafana?

Thank you guys in advance

~Julian

Welcome

Yes it is possible. Just use

select * from vwTransactions

You can even use stored procedures

1 Like

Holy Moly, it was really that easy? Somehow it didnt work for me at first. Thank you for your quick help!

1 Like