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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

SQL Server DMVs supported by data warehouse

Are all SQL Server DMVs supported by data warehouse?

2 REPLIES 2
Thomaslleblanc
Contributor

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

spaceman127
Contributor

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;

Helpful resources

Announcements
Top Solution Authors
Top Kudoed Authors
Users online (11,586)