Dear All:
Recently I met a problem on SQL server cursor. I want to know if there are
any problems for me to use cursor as the following mechanism: in a store
procedure I open a cursor,use it and close it after I finish using it. In
using the the cursor I will use "fetch next" to get next row. Then I judge
since there are several processes will call this store proc simultaneously,
Please help me to confirm the globle variable can be used in this scenario
or not.