Hello, do u think which one of the following performs better in a stored procedure?
1. There are many cursors which do a small part of job
2. There is only one cursor which does the largest part of
job
I know cursors can deteriorate the performance of an application. But in my case I have to use it. So welcome for your any advice!
1. There are many cursors which do a small part of job
2. There is only one cursor which does the largest part of
job
I know cursors can deteriorate the performance of an application. But in my case I have to use it. So welcome for your any advice!