Can you do a FOR EACH loop in T-Sql? Maybe in a stored procedure? | The ASP.NET Forums
fwd79 Thanks James, helped me a lot. You got bad advice, it works but it's example of how things should not be done. Instead of cursors and loops use the set operation (as an example you can use Motley's post). If you need some complex operation for each ...