Cursors are bad in SQL Server and should be avoided unless there's absolutely no other way to achieve a task.However, cursors are fine or even good in other databases and platforms.Does anyone have a good resource that explains what it is about SQL Server that makes cursors bad? Is it a tradeoff where optimizing for something else causes this? Just a design philosophy? Something else entirely?
↧