Re: Compile/combine the contents of several records.
Posted by Stu on 12/05/05 21:58
SQL Server is not really designed to handle cursors; in some cases,
they are unavoidable, but they just don't perform well compared to a
set-based solution. What client are you using to present this data to
your customers? Whatever it is has to be better than a SQL cursor.