PHP基础
PHP教程
php框架
JavaScript
asp.net
AJAX
正则表达式
ASP
输入
banner图
图片脚本
导航/分类
SQLServer中查看SQL句子执行所用的时间
代码如下:
set statistics profile on
set statistics io on
set statistics time on
go
你执行的SQL语句
代码如下:
go
set statistics profile off
set statistics io off
set statistics time off
执行完后点消息即可。