Forum Replies Created

Viewing 15 posts - 1,246 through 1,260 (of 1,493 total)

  • RE: Select all CustomerID's where their last PaymentDate is more than 12 months ago

    michaeleaton 36224 (9/22/2014)


    Hi Guys,

    I have the following query:

    ;WITH CTE_LastOrder (CustomerID, LastOrderDate) As

    (

    SELECT CustomerID, MAX(PaymentDate) LastOrderDate

    FROM [Order]

    GROUP By CustomerId

    )

    SELECT * from dbo.Customer C

    JOIN CTE_LastOrder LO ON C.CustomerId = LO.CustomerId

    WHERE LO.LastOrderDate...

  • RE: Today's Random Word!

    crookj (9/22/2014)


    SQLRNNR (9/22/2014)


    crookj (9/22/2014)


    Ed Wagner (9/22/2014)


    TomThomson (9/22/2014)


    wotd: Threadless (see [http://www.sqlservercentral.com/Forums/Topic1618108-61-1.aspx])

    Memorial

    Service

    Broker

    Richer

    Poorer

  • RE: Today's Random Word!

    TomThomson (9/19/2014)


    Ed Wagner (9/19/2014)


    djj (9/19/2014)


    Pirate

    Ship

    Trawler

    Net

  • RE: Today's Random Word!

    Pirate

  • RE: Want to get Correct Id

    atultiwari.eng06 (9/17/2014)


    Tablename Consumer:

    ID Resource

    119319004 ...

  • RE: Today's Random Word!

    BWFC (9/16/2014)


    TomThomson (9/15/2014)


    eccentricDBA (9/15/2014)


    whereisSQL? (9/15/2014)


    djj (9/15/2014)


    SQLRNNR (9/15/2014)


    capacity

    Maximum

    Overflow

    buffer

    cushion

    Pillow

    Sleep

  • RE: Today's Random Word!

    SQLRNNR (9/15/2014)


    capacity

    Maximum

  • RE: Today's Random Word!

    SQLRNNR (9/15/2014)


    djj (9/15/2014)


    I am a little slow today. How do you get from Renunciation to NESTED?

    Look at the number of layers of quotes. Shouldn't we renounce such a...

  • RE: Change user of Read-Only database

    Thank you. I was afraid of that. I must have goofed during the restore and have my user as the owner not the admin created for the purpose.

    However,...

  • RE: Today's Random Word!

    I am a little slow today. How do you get from Renunciation to NESTED?

  • RE: Today's Random Word!

    eccentricDBA (9/12/2014)


    sing4you (9/12/2014)


    crookj (9/12/2014)


    whereisSQL? (9/12/2014)


    Ed Wagner (9/12/2014)


    djj (9/12/2014)


    Ed Wagner (9/11/2014)


    whereisSQL? (9/11/2014)


    Ed Wagner (9/11/2014)


    SQLRNNR (9/11/2014)


    Mater

    Tow

    Breakdown

    Communication

    IP

    Address

    Spoof

    Burlesque

    Theater

    District

    Attorney

  • RE: Today's Random Word!

    Ed Wagner (9/11/2014)


    whereisSQL? (9/11/2014)


    Ed Wagner (9/11/2014)


    SQLRNNR (9/11/2014)


    Mater

    Tow

    Breakdown

    Communication

    IP

  • RE: Today's Random Word!

    Sean Lange (9/11/2014)


    crookj (9/11/2014)


    Ed Wagner (9/11/2014)


    TomThomson (9/11/2014)


    djj (9/11/2014)


    BWFC (9/11/2014)


    SQLRNNR (9/10/2014)


    Sean Lange (9/10/2014)


    SQLRNNR (9/10/2014)


    Sean Lange (9/10/2014)


    Ed Wagner (9/10/2014)


    whereisSQL? (9/10/2014)


    Sean Lange (9/10/2014)


    Ed Wagner (9/10/2014)


    djj (9/10/2014)


    Telephone

    Telegraph

    Pony Express

    History

    Lessons Learned

    and promptly forgotten so we can...

  • RE: Today's Random Word!

    BWFC (9/11/2014)


    SQLRNNR (9/10/2014)


    Sean Lange (9/10/2014)


    SQLRNNR (9/10/2014)


    Sean Lange (9/10/2014)


    Ed Wagner (9/10/2014)


    whereisSQL? (9/10/2014)


    Sean Lange (9/10/2014)


    Ed Wagner (9/10/2014)


    djj (9/10/2014)


    Telephone

    Telegraph

    Pony Express

    History

    Lessons Learned

    and promptly forgotten so we can repeat ourselves.

    Is that old age or selective...

  • RE: Today's Random Word!

    Telephone

Viewing 15 posts - 1,246 through 1,260 (of 1,493 total)