Forum Replies Created

Viewing 2 posts - 16 through 17 (of 17 total)

  • RE: Perfomance Tuning

    SELECT SUM(signal_wait_time_ms) AS TotalSignalWaitTime ,

    ( SUM(CAST(signal_wait_time_ms AS NUMERIC(20, 2)))

    / SUM(CAST(wait_time_ms AS NUMERIC(20, 2))) * 100 )

    AS PercentageSignalWaitsOfTotalTime

    FROM sys.dm_os_wait_stats

    What values do we need to consider for this??

    Do we have any default...

  • RE: Perfomance Tuning

    Thank you one and all.I'll get back to you if i have any dbts..

Viewing 2 posts - 16 through 17 (of 17 total)