News

Comparing cursor vs. WHILE loop performance in SQL Server 2008 Your email has been sent Tim Chapman discusses your iteration choices in SQL Server 2008 and explains why determining which option ...
Put your left foot in, then your left foot out... Yeah, writing loops to iterate over rows in a table is kinda like that. Inevitably when writing code, you'll need to write a loop in order to iterate ...