Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

SQL Server DMVs supported by data warehouse

Are all SQL Server DMVs supported by data warehouse?

2 REPLIES 2
spaceman127
Resolver II
Resolver II

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;

Thomaslleblanc
Super User
Super User

These are the currently supported DMVs: sys.dm_exec_connections, sys.dm_exec_sessions, and sys.dm_exec_requests

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Fabric Update Carousel

Fabric Monthly Update - October 2025

Check out the October 2025 Fabric update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors