Forum Discussion

ldoodle's avatar
ldoodle
Icon for Advisor rankAdvisor
6 days ago

SQL Query Datasource (T-SQL)

I have a T-SQL query for showing disk IO stats (from 'sys.dm_io_virtual_file_stats'). I'd like to present this table data to a widget on a dashboard.

What is the best/most efficient way of doing this? This is something I've not explored before (T-SQL specifically), but have done similar with custom PowerShell/WMI/Groovy so the principle knowledge is good.

Thanks

1 Reply

  • To conceptualize how to accomplish this, you might consider reviewing our official Microsoft SQL Server DataSources, like Microsoft_SQLServer_DatabaseFiles or Microsoft_SQLServer_DatabaseStorage.