Current cursors

  • Hi All

    I'm trying to work out a way to get a list of all currently connected cursors to a database. Can anyone help?

    Greg

  • try sp_cursor_list

  • sp_cursor_list

    From BOL

    "Reports the attributes of server cursors currently open for the connection."

    Note only returns local cursors for the current connection it is ran on or any Global cursors. I can't remember for sure but I believe that info can only be seen thru Profiler, could be wrong but I can't find anything else and I never needed.

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

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