首页 > 数据库技术 > 详细

SQL常用性能统计语句

时间:2016-09-27 11:37:57      阅读:250      评论:0      收藏:0      [点我收藏+]

1.查看SQL语句IO消耗

set statistics io on 
    sql 语句 
set statistics io off

 

 

2.查看SQL语句时间消耗

 

set statistics time on 
     sql 语句
set statistics time off

 

 

3.查看SQL语句索引消耗

 

set statistics profile on 
       sql 语句 
set statistics profile off

 

SQL常用性能统计语句

原文:http://www.cnblogs.com/chengeng/p/5912021.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!