SQL Tip – Row-by-Row Processing …
Sometime back I was asked the best way for processing records row by row. Cursor was the only solution that I was thinking till now.
But, the idea totally changed when I read an article today on row by row processing with triggers.
Here is the link. Read on …
http://www.sqlservercentral.com/columnists/asobati/2747.asp
Tags: row-by-row, sql

[...] followup with my post on SQL Tip – Row-by-row processing (http://blogs.abrahamdurairaj.info/2006/12/sql-tip-row-by-row-processing.html) I have learnt a cool technique [...]