Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Are all SQL Server DMVs supported by data warehouse?
Hello,
If you want to check this more closely, you can output all views using T-SQL.
Here is a simple query for this.
SELECT *
FROM sys.all_views
ORDER BY name;These are the currently supported DMVs: sys.dm_exec_connections, sys.dm_exec_sessions, and sys.dm_exec_requests
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Fabric update to learn about new features.
| User | Count |
|---|---|
| 5 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |