Forum Replies Created

Viewing 15 posts - 7,246 through 7,260 (of 9,399 total)

  • RE: Today's Random Word!

    SQLRNNR (10/5/2014)


    piggery

    Gluttony

  • RE: Work Pattern Calendar Tables

    I don't know what's involved in your detailed work patterns, so I don't know if you can replace it. My guess would be that you could, but I can't...

  • RE: Today's Random Word!

    SQLRNNR (10/3/2014)


    Ed Wagner (10/3/2014)


    crookj (10/3/2014)


    Ed Wagner (10/3/2014)


    djj (10/3/2014)


    SQLRNNR (10/3/2014)


    Ed Wagner (10/3/2014)


    Pain

    Gain

    Grain

    Wheat

    Rice

    Risotto 😀

    mushroom

    Morel

  • RE: Today's Random Word!

    crookj (10/3/2014)


    Ed Wagner (10/3/2014)


    djj (10/3/2014)


    SQLRNNR (10/3/2014)


    Ed Wagner (10/3/2014)


    Pain

    Gain

    Grain

    Wheat

    Rice

    Risotto 😀

  • RE: Today's Random Word!

    djj (10/3/2014)


    SQLRNNR (10/3/2014)


    Ed Wagner (10/3/2014)


    Pain

    Gain

    Grain

    Wheat

  • RE: The Decline of SQL Server

    I don't see SQL Server going anywhere any time soon.

    I worked in Oracle for about 15 years and it's a fine product. Our last purchase was also brutally expensive...

  • RE: How to remove duplicate records in this situation.

    This query will show you what will be deleted:

    WITH cte AS (

    SELECT UnitNumber,

    ROW_NUMBER() OVER(PARTITION BY UnitNumber ORDER BY DischargeDateTime DESC) row_num

    ...

  • RE: Row limits

    SqlMel (10/3/2014)


    But I must say that I do not use this feature in my coding.

    I haven't either. I'd use TOP myself, but this is another nice tool to have...

  • RE: What's the right way to "test" a SQL Service Pack?

    Let me first compliment you on not just installing them blindly in production and hoping for the best. You should test them and make sure they work first. ...

  • RE: How to remove duplicate records in this situation.

    Your table and columns didn't match between the DDL and DML, so I made a few adjustments to create the sample data. This is so you can see what...

  • RE: SQL server newbie

    MS Access is a fine program for small databases, but once you start growing, you'll run into problems quickly. Yes, upgrading to SQL Server gives you an awful lot...

  • RE: How to get this for all employee_id's?

    Going off your existing query, I presume you're using saved_datetime to determine which row is the last one. If that's true, then this should get you the most recent...

  • RE: Today's Random Word!

    Pain

  • RE: Today's Random Word!

    Sean Lange (10/2/2014)


    Ed Wagner (10/2/2014)


    Sean Lange (10/2/2014)


    Ed Wagner (10/2/2014)


    Sean Lange (10/2/2014)


    Ed Wagner (10/2/2014)


    BWFC (10/2/2014)


    Sean Lange (10/2/2014)


    Ed Wagner (10/2/2014)


    whereisSQL? (10/2/2014)


    SQLRNNR (10/2/2014)


    Ed Wagner (10/2/2014)


    djj (10/2/2014)


    Ed Wagner (10/2/2014)


    SQLRNNR (10/2/2014)


    sinew

    Tendon

    Bone

    Bad

    Sheep

    Wool

    Warm

    Fuzzies

    Felts

    Sofa (from 1970 ;-))

    Divan

    Velour (ack)

    Corduroy...

  • RE: Are the posted questions getting worse?

    As promised a couple weeks ago, here's a picture of my friend's smoker. He actually made another one. They're a little over 6 feet tall and handle almost...

Viewing 15 posts - 7,246 through 7,260 (of 9,399 total)