标签:serve -- color art sql语句 col bsp time diff
【方法一】
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
【方法二】
declare @starttime datetime set @starttime=getdate() begin --sql语句 end select datediff(ms,@starttime,getdate())
标签:serve -- color art sql语句 col bsp time diff
原文地址:https://www.cnblogs.com/itsone/p/10256392.html