I got this error when trying to run a query in SQL server query analyzer. What is the reason?
+1
A:
If you're using cursors, then you've probably closed the cursor. Check out MSDN for more information (http://support.microsoft.com/kb/151693)
If you're not using cursors, then it could be an issue with the server, check the log.
Josef
2008-10-21 15:13:17
I've made that suggestion and deleted it again. KB151693 is probably a little old.
Tomalak
2008-10-21 15:29:00