Forum Replies Created

Viewing 15 posts - 6,856 through 6,870 (of 8,416 total)

  • RE: SQL CLR code needed to replace fn_regex_split

    I just want to add:

    MAX data types like VARCHAR(MAX) are not 'out of row' data types. By specifying 'MAX' you are letting the storage engine choose how best to...

  • RE: Reads vs CPU

    Total worker time is the counter that makes most sense to me when tuning SQL Server.

    Logical reads can be useful as a rough guide on occasion.

    Elapsed time is also relevant.

    However,...

  • RE: Are the posted questions getting worse?

    RBarryYoung (10/6/2009)


    Please, don't get me wrong Paul. I'm not saying that there was a thing wrong with your post, there wasn't. I'm just saying that today the stuff that...

  • RE: Are the posted questions getting worse?

    Matt Whitfield (10/6/2009)


    Paul White (10/6/2009)


    Guilty as charged, though in mitigation I'd just say that I was attempting humour.

    Probably should have left it alone, yes.

    A quote from Orbital: 'It's better to...

  • RE: Limite of output paramert,tables and stored procedure

    If Atul finds my attempt at humour offensive I'll gladly apologise and delete the post.

    Paul

  • RE: Are the posted questions getting worse?

    RBarryYoung (10/6/2009)


    Moved here from another thread:

    RBarryYoung (10/6/2009)


    Paul White (10/6/2009)


    4. How many questions on the homework paper?

    :laugh:

    *ding* *ding*, Looks like you cynicism tank is almost full Paul. 🙂

    Ah yes,...

  • RE: Are the posted questions getting worse?

    Gianluca Sartori (10/6/2009)


    You sigh, but Paul's reply made me laugh!:hehe:

    ...and Matt's did for me!

    I can see it now:

    EXEC sp_AbraKebabra @ChilliSauce OUTPUT;

    And yes, there is a local take-away here called Abra-Kebab-ra...

  • RE: Are the posted questions getting worse?

    Jeff Moden (10/5/2009)


    Jan Van der Eecken (10/5/2009)


    "What are some uses of Dihydrogen Monoxide?"

    Heh... the very same as Hydrogen Hydroxide. "Oh bartender! Can you fix me a Perrier and...

  • RE: Limite of output paramert,tables and stored procedure

    4. How many questions on the homework paper?

    :laugh:

  • RE: %100 CPU and sys.dm_os_waiting_tasks

    I broadly agree with Barry and Marcin. It is very common in (predominantly) OLTP applications to set MAXDOP 1 server-wide. Parallelism can then be enabled per query using...

  • RE: The Dynamic Tally or Numbers Table

    TheSQLGuru (10/5/2009)


    For me it was Hunt the Wumpus, hand-coded on my TRS-80 Model III circa 1979. I think there was another one I did, something that started with a...

  • RE: Indexes

    Bob Hovious 24601 (9/22/2009)


    Spend enough cache and you can buy a better query plan?

    (Sorry, Emperor Paulpatine. I just couldn't resist.)

    :laugh: You get worse Bob! :laugh:

  • RE: Are the posted questions getting worse?

    RBarryYoung (10/3/2009)


    Ah yes, I'll never forget my first time. That poignant, bittersweet moment when your code first gets promoted ahead of you ... 😀

    That made me smile on...

  • RE: The Dynamic Tally or Numbers Table

    My first addiction was to the cartridge version (woot) of Galaxian on the VIC-20. Awesome game.

  • RE: The Dynamic Tally or Numbers Table

    Matt Whitfield (10/4/2009)


    laughingskeptic (10/4/2009)


    Clearly you did not understand the code. COUNT returns one row. My code returns the vector 0..N-1 based on the size of the target table.

    I've...

Viewing 15 posts - 6,856 through 6,870 (of 8,416 total)