Forum Replies Created

Viewing 15 posts - 6,091 through 6,105 (of 9,712 total)

  • RE: Basic concat over 500 times slower than straight select?

    Ninja's_RGR'us (4/13/2011)


    This thread is not how can I make this work, it's about why the heck does this concat take so long.

    Ninja, I only asked because I thought the concat...

  • RE: Are the posted questions getting worse?

    Craig Farrell (4/12/2011)


    Chad Crawford (4/12/2011)


    Craig Farrell (4/12/2011)


    Personal side note: OMGWTFBBQ. Today is annoying. I've got a failure in QA I can't reproduce in Dev with the same...

  • RE: Are the posted questions getting worse?

    ALZDBA (4/13/2011)


    I'm infected too 😀

    That is an adorable avatar!

  • RE: Are the posted questions getting worse?

    Craig Farrell (4/12/2011)


    Personal side note: OMGWTFBBQ. Today is annoying. I've got a failure in QA I can't reproduce in Dev with the same load files. Now I...

  • RE: Unified LOB Programming Model

    Sean Lange (4/12/2011)


    Brandie Tarvin (4/12/2011)


    The context is this:

    RE: datatypes discussion


    When you specific MAX, the data types can store the same size data as text, ntext, and image types (up to...

  • RE: Basic concat over 500 times slower than straight select?

    Silly question, why not stick the results into a Temp table, then haul out the commands on a line by line basis, since you have so many tables to deal...

  • RE: Command timeout from .net application

    thulani.moyana 79207 (4/12/2011)


    To Brandie: I think the remote connection timeout is used by the SSMS when connecting to other servers not the application. Please verify.

    So far as I know, a...

  • RE: Basic concat over 500 times slower than straight select?

    CirquedeSQLeil (4/12/2011)


    Brandie Tarvin (4/12/2011)


    Hey, Ninja, I just realized that Varchar(MAX) isn't big enough to handle a database with a lot of tables. I've tried it on two of my "larger"...

  • RE: Basic concat over 500 times slower than straight select?

    Hey, Ninja, I just realized that Varchar(MAX) isn't big enough to handle a database with a lot of tables. I've tried it on two of my "larger" databases (object-wise, not...

  • RE: Basic concat over 500 times slower than straight select?

    I'm curious. Why does a simple concat need variable = variable + string logic? I only ever use that when I'm COALESCING or looping (Cursor or While).

    What are you...

  • RE: Unified LOB Programming Model

    The context is this:

    RE: datatypes discussion


    When you specific MAX, the data types can store the same size data as text, ntext, and image types (up to 2 gigabytes) but process...

  • RE: Are the posted questions getting worse?

    WayneS (4/12/2011)


    Brandie Tarvin (4/12/2011)


    I think this cursor suits Stefan's needs best.

    DECLARE OMG_NotAnotherCursor CURSOR GLOBAL_SCREAM BACKWARD_FACING

    STATIC_THE_SUPERHERO PESSIMISTIC DB_LOCKDOWN

    FOR

    SELECT Superpower

    FROM dbo.JusticeLeague

    WHERE SupType = 'Lightning'

    OPEN OMG_NotAnotherCursor

    FETCH LAST FROM OMG_NotAnotherCursor

    ...

  • RE: Command timeout from .net application

    You probably didn't see my edited comment.

    Check the Server / Instance's "remote query timeout" property. This can be found by right-clicking the server\instance name, navigating to Properties, the clicking on...

  • RE: Command timeout from .net application

    This .net application, is it making a Web Service call or is it a direct programmed connection string?

    Is there a firewall between the PC this app runs on and the...

  • RE: Are the posted questions getting worse?

    I think this cursor suits Stefan's needs best.

    DECLARE OMG_NotAnotherCursor CURSOR GLOBAL_SCREAM BACKWARD_FACING

    STATIC_THE_SUPERHERO PESSIMISTIC DB_LOCKDOWN

    FOR

    SELECT Superpower

    FROM dbo.JusticeLeague

    WHERE SupType = 'Lightning'

    OPEN OMG_NotAnotherCursor

    FETCH LAST FROM OMG_NotAnotherCursor

    INTO @WhatsThisVariableForAgain

    WHILE...

Viewing 15 posts - 6,091 through 6,105 (of 9,712 total)