Forum Replies Created

Viewing 15 posts - 1,816 through 1,830 (of 3,957 total)

  • RE: Another grouping problem

    Sorry to disappoint you guys but I wasn't able to come up with anything.

    My gut was telling me an rCTE wouldn't do it and the set-based loop I tried wouldn't...

  • RE: Another grouping problem

    Cadavre (5/13/2013)


    I really don't have time to dig into this, work is a bet hectic. When I've got some spare time, I'll try to remember to revisit it. I'm...

  • RE: A Hazard of Using the SQL Merge Statement

    Reeni-244464 (5/9/2013)


    Hi

    I'm a little late to the party. 🙂 and I'm a little confused - I have used merge in similar instances and it has behaved as was originally intended...

  • RE: Distinct Query Help

    rocky_498 (4/22/2013)


    Your query is good for sample data. However I have 3m rows in my database and i want, IF are same i want MAX(DATE). SO at the end My...

  • RE: Find Serial number in sql string

    Late to the party it seems but I think what you need is a good delimited string splitter like DelimitedSplit8K[/url] in the linked article.

    WITH ComputerRecords (cn) AS (

    SELECT 'Sys=Apple Inc.|iMac11,1;SN=QP0261H75RU;OS=Ver:6.1.7601,SP:1,Type:1;Form=Desktop;'

    UNION...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (4/23/2013)


    L' Eomot Inversé (4/23/2013)


    Jeff Moden (4/23/2013)


    Heh... to complicated. Just take Jason.A to work and let him entertain the kids with stories of GPO's as if they were...

  • RE: The Cascading (CROSS) APPLY

    Jeff Moden (4/16/2013)


    ChrisM@Work (4/16/2013)


    Jeff Moden (4/16/2013)


    Awesome job, Chris. Well done!

    Thanks Jeff! And thank you for the encouragement to put pen to paper. DC's been nagging me for ages. Once...

  • RE: tsql query - Count the number of spaces in a string

    L' Eomot Inversé (4/20/2013)


    David Burrows (6/20/2012)


    vinu512 (6/20/2012)


    Cadavre (6/20/2012)


    Well, I doubt I'd be the developer I am today (or have the job I currently have) without Jeff and a lot of...

  • RE: Are the posted questions getting worse?

    ChrisM@Work (4/19/2013)


    Sean Lange (4/18/2013)


    patrickmcginnis59 10839 (4/18/2013)

    Time and again I've read in the news folks absolutely ruin their own lives over dumb forum stuff even when posting under what they perceive...

  • RE: The Cascading (CROSS) APPLY

    Jeff Moden (4/17/2013)


    You're not doing so bad, yourself, Dwain. Ten mostly 5 star articles in a year is freakin' awesome!

    Thanks Jeff.

    Actually my latest only got 4 stars but on...

  • RE: The Cascading (CROSS) APPLY

    Jeff Moden (4/16/2013)


    ChrisM@Work (4/16/2013)


    Jeff Moden (4/16/2013)


    Awesome job, Chris. Well done!

    Thanks Jeff! And thank you for the encouragement to put pen to paper. DC's been nagging me for ages. Once...

  • RE: A Hazard of Using the SQL Merge Statement

    michaelhitchin (4/5/2013)


    An interesting article, but IMO it would be even better if you stated what you wanted: "...to replace the entire block of records for ID=2" in the introduction, or...

  • RE: An Alternative (Better?) Method to UNPIVOT (SQL Spackle)

    Jeff Moden (4/7/2013)


    amd.repetto (4/7/2013)


    dwain.c (4/7/2013)


    amd.repetto (4/5/2013)


    The data will be send later as json with a format like ",<id>,<name_of_column>,<value>"

    As a sidebar, that format is usually referred to as an "EAV",...

  • RE: An Alternative (Better?) Method to UNPIVOT (SQL Spackle)

    amd.repetto (4/5/2013)


    Sorry, I post this as a new reply and I don't know how to delete it:

    "Dwain,

    Thanks for the quick answer! Don't worry, answer me when you have enough time,...

  • RE: An Alternative (Better?) Method to UNPIVOT (SQL Spackle)

    amd.repetto (4/5/2013)


    Hi Dwain,

    The post was very useful to me, I use it all the time!! just have little question, if you check the insert values statement on msdn, it has...

Viewing 15 posts - 1,816 through 1,830 (of 3,957 total)