在SQL Server2005/2008中可以使用一下四个命令来调优sql语句以及检查调优的结果 set
statistics time on
set
statistics IO on
set
statistics profile on
set
statistics xml on
本文介绍在SQL Server 2005/2008中如何使用四条命令进行SQL语句调优及检查调优结果:set statisticstimeon、set statisticsIOon、set statisticsprofileon 和 set statisticsxmlon。
在SQL Server2005/2008中可以使用一下四个命令来调优sql语句以及检查调优的结果 set
statistics time on
set
statistics IO on
set
statistics profile on
set
statistics xml on

被折叠的 条评论
为什么被折叠?