I have a select statement in DAX X+ which in one environment performs well but in another does not. I can see the SQL plan when I view the select using SQL Server Profiler in both environments. I want to take the plan from the one environment and force it on the query in the other environment. Does anyone have a good step by step to implement a plan guide for a DAX X++ select in SQL-Server ? I have already compared indexes and such. The data in each environment is fairly close given one is a copy of the other from a few weeks ago.
*This post is locked for comments
I have the same question (0)