Forum Replies Created

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

  • RE: QUERY and TABLE HINTS

    Hi,

    With SQL 2012 (11.3.3128), you only need to declare "WITH" if you are using FORCESEEK.

    Artur

  • RE: Concatenating Rows

    Hi Jeff,

    Thanks for your reply.

    You're right... this can be used as an example of RBAR.

    But if we consider that this specific operation is limited to 8000 characters, its a very...

  • RE: Concatenating Rows

    Hi guys,

    why dont we keep it simple?

    CREATE TABLE #test (id INT NULL, NAME NVARCHAR(20) NULL)

    INSERT INTO #test ( id, name )

    VALUES ( 101, 'Apple' ),

    ...

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