DECLARE @StartTime DATETIME SET @StartTime = GETDATE() EXECUTE [SP_T_Area_GetPaged] '','',10,10 SELECT DATEDIFF(MS,@StartTime,GETDATE()) 相关文章: