测试sql语句执行速度


set statistics profile on
set statistics io on
set statistics time on
go
--select * from [V_ReqAndApproval]
go
set statistics profile off
set statistics io off
set statistics time off

posted @ 2014-01-22 17:05  JIN__JIN  阅读(233)  评论(0编辑  收藏  举报