Results 1 to 3 of 3

Thread: [RESOLVED] T-SQL List all cursors

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2006
    Posts
    275

    Resolved [RESOLVED] T-SQL List all cursors

    I want to find all the cursors that has benn declared

    What should I use

    sp_cursor_list???

    Thanks in advance

  2. #2
    Hyperactive Member
    Join Date
    Jan 2008
    Location
    Merseyside
    Posts
    456

    Re: T-SQL List all cursors

    try

    Code:
    SELECT * 
    FROM master.dbo.syscursors

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2006
    Posts
    275

    Re: [RESOLVED] T-SQL List all cursors

    Thnx

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width