views:

640

answers:

1

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
I've made that suggestion and deleted it again. KB151693 is probably a little old.
Tomalak