October 15, 2009 10:15 PM
Calculating Concurrent Sessions, Part 1
Discover a set-based and a cursor-based solution
Rating:

(0)
SQL Server Magazine
InstantDoc ID #102734
When you’re faced with a T-SQL querying problem, finding a set-based solution (as opposed to a cursor-based solution) is recommended for a number of reasons. First, set-based solutions are in accord with the relational model. Also, they typically require less code and less maintenance than cursor-based solutions. In addition, set-based solutions tend to perform better.
For...
...This article is for paid Professional Members only.
Already a Professional Member? Please log in now: