|
Hello everyone, I have encountered a problem using sqlserver. Please help me. The problem is this. In oracle, when we want to view the execution plan, generally we first create the plan_table table, then use the "excute plan + sql statement" command, and then query the plan_table table to get the execution plan results, but In sqlserver, there is only the function of displaying the execution plan. I want to know how to get the execution plan in sqlserver through sql statement query. Please help, thank you in advance. |
|