WaitType

  • Hi,

    Can anyone share the link or document if you know or have about the type of waittype(select wait_type from sys.dm_exec_requests) available in the ms sql server and action that needs to be taken for that ?

  • http://www.google.com/search?q=wait+type+SQL+Server

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Wait types are listed in sys.dm_os_wait_stats, but the description of each wait type is minimal, and there is not much info about resolutions.

    Google is your friend.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply