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 ...
I am running an ASP page that opens an ADO connection to an MS SQL database. It starts up a transaction and then executes a series of statements (no SELECTs, only DELETEs and INSERTs). It seems that ...