DEV Community

Stelios @ GNOSIS
Stelios @ GNOSIS

Posted on

SQL Server - Avoid cursor while serial update

How can I avoid use cursor to implement the following? I read that it can be done with CTE but I didn't get it working with the same result.

In the example I am using two tables, the first one is the holders table containing a list of people, and…

Top comments (0)