• I don't think so.

    That's because in SQL Server, we use set-based queries instead of cursors.

    Cursors treat the data row by row, and are thus (usually) slower than set based manipulations.

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP