I want to find all the cursors that has benn declared What should I use sp_cursor_list??? Thanks in advance
try Code: SELECT * FROM master.dbo.syscursors
SELECT * FROM master.dbo.syscursors
If I've helped, please RATE my post. Some Informative Links: [Useful T-SQL Factsheet ] [T-SQL DateTime DataType][10 Most Asked SQL Questions and Answers][Connection Strings Refs]
Thnx
Forum Rules