Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: HP8 charset conversion

    Hi Phillip,

    thank you for your help! I really appreciate any further information and ideas to resolve my problem. Until then, here is the source code of the replace part of...

  • RE: Nesting level increases by 3 and causes error

    Sergiy (12/16/2008)


    PeterTL (12/16/2008)


    Recursive problems require recursive actions. So...

    If you don't know other way it does not mean there is no other way.

    Yes I guess so. You have an idea how...

  • RE: Nesting level increases by 3 and causes error

    Garadin (12/16/2008)


    So, let me make sure I understand. You've written a recursive, cursor driven dynamic sql query... on purpose?

    Recursive problems require recursive actions. So...

  • RE: Nesting level increases by 3 and causes error

    OK, I think I know what causes the 3 step increase. The stored procedure structure is like that:

    PROCEDURE

    BEGIN

    ...DECLARE @sql NVARCHAR

    ...SET @sql = [...call PROCEDURE again...]

    ...EXEC SP_EXECUTESQL...

Viewing 4 posts - 1 through 4 (of 4 total)