Community

How to Avoid the Cursor in Stored Procedures

(Rajesh Kumar Chekuri) A cursor is a temporary work area it will create in memory when a SQL statement is executed. A cursor holds a set of records accessed based on a select statement. This temporary work area is used to store the data retrieved from the database, and manipulate/process this data r

Read More - Register for Free Membership