2011年11月1日
摘要: View Code SET STATISTICS io ONSET STATISTICS time ON goselect top 100000 * from (select top 190000 * from job_job order by jobid asc ) as a order by jobid descgoset statistics profile offset statistics io offset statistics time offSET STATISTICS io ONSET STATISTICS time ON goselect top 100000 * f... 阅读全文
posted @ 2011-11-01 11:21 freexiaoyu 阅读(369) 评论(0) 推荐(0)