cursor in Stored Procedures

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hariharanmca
    Top Contributor
    • Dec 2006
    • 1977

    cursor in Stored Procedures

    any one Explain me the details about Cursors in Stored Procedures and is there any other way to call views in stored Procedure
  • hariharanmca
    Top Contributor
    • Dec 2006
    • 1977

    #2
    Originally posted by hariharanmca
    any one Explain me the details about Cursors in Stored Procedures and is there any other way to call views in stored Procedure

    Its very Urgent, If i simply write select * from vw_viewName then its giving Error like


    Error:
    =============== =============== ===
    Server: Msg 8624, Level 16, State 16, Procedure sp_Add_Remove_I temQtyForNonCha rgeOrder , Line 18
    Internal SQL Server error.



    Line 18 is select * from vw_viewName

    Comment

    • almaz
      Recognized Expert New Member
      • Dec 2006
      • 168

      #3
      See problem description here.

      Comment

      Working...