March 2009
Intermediate to advanced
562 pages
15h 36m
English
![]()
It is very common to find database applications that use cursors to process one row at a time. Because data manipulation through a cursor in SQL Server incurs significant additional overhead, database applications should avoid using cursors. T-SQL and SQL Server are designed to work best with sets of data, not one row at a time. If a cursor must be used, then use a cursor with the least cost.
In this chapter, I cover the following topics:
Read now
Unlock full access