MSSQL查询SQL语句的执行速度
作者:Dezai.CN / 发布于2012/2/21/ 723
在各个select语句前加: declare @d datetime set @d=getdate() 并在select语句后加: select [语句执行花费时间(毫秒)]=datediff(ms,@d,getdate())
评论列表