Forum Discussion
Anonymous
4 years agoNot applicable
DAX Studio and SQL profiler
Hi, I ran a refresh of a dataset for the first time. It took 4.5 hours. The main query in this is a view in SQLServer, being an aggregate on a table. When I run this view in SQLServer it takes 40...
Anonymous
4 years agoNot applicable
Thnx, is on my read list. Is there something else then SQL Profiler to get insight in why refreshing takes so long?
lbendlin
4 years agoSuper User
Use SSMS and examine the actual query execution plan. It will even suggest indexes for you.