监控代码:
set statistics profile on
set statistics io on
set statistics time on
GO
/*SQL脚本开始*/
SELECT * FROM [Table]
/*SQL脚本结束*/
GO
set statistics profile off
set statistics io off
set statistics time off
GO
执行效果:
TIM截图20180307160201.png
监控代码:
set statistics profile on
set statistics io on
set statistics time on
GO
/*SQL脚本开始*/
SELECT * FROM [Table]
/*SQL脚本结束*/
GO
set statistics profile off
set statistics io off
set statistics time off
GO
执行效果:
本文标题:sql语句执行效率监控
本文链接:https://www.haomeiwen.com/subject/ninjfftx.html
网友评论