Home Forums SQL Server 2005 Development Using Cursors Inside Stored procedure problem RE: Using Cursors Inside Stored procedure problem

  • You're thinking in Visual Basic (or similar) not TSQL... 🙂

    if @TransCode='TR001'

    SET @p1 = dbo.AddFltAmount(@p1,@Flt_Amount) --here where i am getting error

    --this would also cause an error end if