简体   繁体   中英

Catching MDX queries without profiler

How I can catch MDX running queries without profiler? I looks for something like DMV sys.dm_exec_requests, but for SSAS.

If you are running SQLServer 2012+ maybe you can use Extended Events .

There are indeed some DMV's for running sessions, connections and commands.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM