Forum Discussion
AdmVarr
1 year agoFrequent Visitor
XML for Analysis Timeout
Apologies if this is covered elsewhere however I can't find any resources with the same issues I am facing. I am getting the error: The XML for Analysis request timed out before it was completed. ...
lbendlin
1 year agoSuper User
Use Performance analyzer to capture the query (the Direct Query version) and then run that query through SSMS and evaluate the Actual Execution Plan. Modify or add indexes accordingly. Make sure to update statistics too.