Community

Handling Cursor-Friendly Problems in T-SQL: Running Totals Example

(Mirko Marovic) By design, the SQL programming language works with data sets, so it is not surprising that for most problems, row by row processing is not nearly as efficient as data set processing. There is a class of problems, however, that is much easier to solve using cursors. A typical “cur

Read More - Register for Free Membership