SQL Server developers consider Cursors a bad practise , except under some circumstances. They believe that Cursors do not use the SQL engine optimally since it is a procedural construct and defeats the Set based concept of RDBMS. However, Oracle developers do not seem to recommend against Cursors. Oracle’s DML statements themselves are implicit cursors. […]
What is wrong with Cursors?
- Post author By user user
- Post date
- Categories In cursor, data-structures, oracle, sql-server
- 7 Comments on What is wrong with Cursors?