Sql server统计查询语句消耗时间

方法1【set statistic 】:spa set statistics time on go  xxxx go set statistics time off3d   方法2【getDate()】:blog DECLARE @begin dateTime DECLARE @end dateTime SET @begin=getdate(); BEGIN  xxxx end set @end=
相关文章
相关标签/搜索