Answers

Question and Answer:

  Home  MS SQL Server Cursors

⟩ Do you know the cursor optimization tips?

Close cursor when it is not required.

You shouldn’t forget to deallocate cursor after closing it.

You should fetch least number of records.

You should use FORWARD ONLY option when there is no need to update rows.

 149 views

More Questions for you: