首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > SQL Server >

这个标题答案是不是错了

2013-07-11 
这个题目答案是不是错了?you need to capture execution plans that will include detail information on

这个题目答案是不是错了?
you need to capture execution plans that will include detail information on missing index recommanded by the query optimizer

set statistics profile 可以显示执行计划,当然可以看出来有没有用到索引

给出的答案是 set statistics showplan_xml_on好似乎没有这个命令吧?

这个标题答案是不是错了
[解决办法]
 选项真多  这个标题答案是不是错了
[解决办法]
set showplan_xml on 

多写了statistics 

热点排行