Cursor-Killing: Accessing Data in the Next Row

Posted on SQL Server Central See other posts from SQL Server Central
Published on Tue, 27 May 2014 06:00:00 UT Indexed on 2014/05/28 15:47 UTC
Read the original article Hit count: 143

Filed under:

Cursors are considered by many to be the bane of good T-SQL. What are the best ways to avoid iterative T-SQL and to write queries that look and perform beautifully? This first part in an ongoing series of cursor-killing handles inter-row analysis.

sqlsourcecontrol 24% of devs don’t use database source control – make sure you aren’t one of them
Version control is standard for application code, but databases haven’t caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out…

© SQL Server Central or respective owner