hi,
I am using SQL SERVER 2000.
Problem that i am facing is when ever I check locks in Enterprise
Manager I find
following blocking - :
1) sp_cursoropen;1
2) sp_cursorclose; 1
3) sp_cursorfetch; 1
We dont have any control over application(sou rce code).Whatever
we have to do, has to done from database side.
can anyone guide me to solve this problem.
Thanks
I am using SQL SERVER 2000.
Problem that i am facing is when ever I check locks in Enterprise
Manager I find
following blocking - :
1) sp_cursoropen;1
2) sp_cursorclose; 1
3) sp_cursorfetch; 1
We dont have any control over application(sou rce code).Whatever
we have to do, has to done from database side.
can anyone guide me to solve this problem.
Thanks
Comment