MS SQL queue

  • Hi,

    I want to know how does MS SQL server queue work.

    Is there an option that my SP completed but MS SQL server queue hadn't finished processing the data yet?

    How can I access (view) the queue state?

    Thanks,

    Ran.

  • sys.dm_os_waiting_stats dynamic managemtn view should be able to show you information about the wait queue stats.

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

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