路-在继续

MicroCode
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

查看sql语句执行情况

Posted on 2010-11-16 10:40  路-在继续  阅读(463)  评论(0编辑  收藏  举报
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