|
|
|
|
Browse by Tags
All Tags » sql server » Defensive progr... » Infinite loops » Transact SQL (RSS)
-
Although there are many discussions about which kind of cursor or
loop performs the best, there is no doubt which loops perform the worst – the infinite
ones of course. Whenever you write a loop, you need to make sure that it never
runs infinitely. I will provide two examples, two rather common scenarios that
may potentially cause loops to ...
|
|
|
|
|