摘要: 1.查看SQL语句IO消耗 set statistics io on select * from dbo.jx_order where order_time>'2011-04-12 12:49:57.580' set statistics io off 2.查看SQL语句时间消耗 set stati 阅读全文
posted @ 2017-09-15 19:22 hbsfgl 阅读(296) 评论(0) 推荐(0)