Link to home
Start Free TrialLog in
Avatar of milani_lucie
milani_lucieFlag for United States of America

asked on

Asynchronous cursor handling - SQL Server

Hi,

Can you please let me know with simple code example on:

How to handle cursors asynchronously in SQL Server ?

Thanks
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

can you please clarify the context in which you think you need
1) cursors in general
2) async cursors in general
3) async cursors as workaround to a problem to be solved differently anyhow

Avatar of milani_lucie

ASKER

Async cursors in general.

Thanks
still looking for some background from you on the circumstance , that you think needs an asynch cursor approach....
I am working on simple example to learn how it works.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Partially true.