Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: SQL Server 2000 SP 4 issue with query

    ok, the original sql works fine if I change the cursor type to static forward-only

    I just changed the line

    DECLARE Entity_Cursor CURSOR

    To

    DECLARE Entity_Cursor static forward-only CURSOR

    but now I have...

Viewing post 1 (of 2 total)