Vithal Wadje
What Is recursive Cursor in Sql server ?
By Vithal Wadje in .NET on Nov 03 2014
  • Prakash Lakshmanan
    Dec, 2014 12

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

    • 0
  • Yadagiri Reddy
    Nov, 2014 19

    Nested loop in sql server called as recursive CURSOR

    • 0
  • Ashu Bahl
    Nov, 2014 18

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

    • 0
  • Deepak  Singh
    Nov, 2014 14

    Port No. 1433

    • 0
  • Joginder Banger
    Nov, 2014 10

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

    • 0
  • Munesh Sharma
    Nov, 2014 6

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

    • 0
  • Dipak Varma
    Nov, 2014 5

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

    • 0