7
Reply

What Is recursive Cursor in Sql server ?

Vithal Wadje

Vithal Wadje

Nov 03, 2014
2.8k
0

    http://www.kodyaz.com/t-sql/nested-cursor-in-sql-server-2008.aspx

    Prakash Lakshmanan
    December 12, 2014
    0

    Nested loop in sql server called as recursive CURSOR

    Yadagiri Reddy
    November 19, 2014
    0

    Recursive cursor is a defining a loop in another loop in SQL Server.

    Ashu Bahl
    November 18, 2014
    0

    Port No. 1433

    Deepak Singh
    November 14, 2014
    0

    @Dipak Varma Cursor is local declare then how to call another cursor.

    Joginder Banger
    November 10, 2014
    0

    http://sqlusa.com/bestpractices2005/doublecursor/

    Munesh Sharma
    November 06, 2014
    0

    Whenever Insert, Update or Delete in Cursor then it can call another cursor. This can happen many times. that is call Recursive Cursor.

    Dipak Varma
    November 05, 2014
    0