Forum Replies Created

Viewing 15 posts - 481 through 495 (of 1,243 total)

  • RE: A nice whistle and flute

    Gary Varga (4/26/2016)


    TomThomson (4/25/2016)


    ...the classic example is "dancers" which is rhyming slang for "stairs" (truncated and mutated "dancing bears")...

    ??? Surely you mean "apples 'n' pears"!!!

    I have never heard of Dancing...

  • RE: Who's going to SQL Bits in Liverpool?

    Hugo Kornelis (4/13/2016)


    BWFC (4/13/2016)


    I've got my name down for the Saturday but it clashes with a family do so it's unlikely I'll make it.

    If you can indeed not make it,...

  • RE: Are the posted questions getting worse?

    Luis Cazares (4/25/2016)


    Ed Wagner (4/25/2016)


    Jeff Moden (4/24/2016)


    TomThomson (4/22/2016)


    Phil Parkin (4/22/2016)


    Eirikur Eiriksson (4/22/2016)


    Brandie Tarvin (4/22/2016)


    In this case I did add my two cents because I've seen that damn failure before and...

  • RE: get difference from previous record

    NJ Smith (4/21/2016)


    You could use the LAG() Windows Function which retrieves the value of the previous row. LEAD() retrieves the value on the next row. Something like;

    DECLARE @StartDate AS DATETIME

    SET...

  • RE: get difference from previous record

    DECLARE @MeterReading TABLE

    (

    MeterId int,MeterDescription varchar(100), ReadingOn datetime, NewReading float

    )

    INSERT INTO @MeterReading ( MeterId ,MeterDescription ,ReadingOn ,NewReading) VALUES ( 1350,'Left Hand Power Pack RHM','2016-04-14 11:30:00.000',2562.9)

    INSERT INTO @MeterReading ( MeterId ,MeterDescription ,ReadingOn...

  • RE: get difference from previous record

    Nomvula (4/21/2016)


    Hi Guys

    I have the following script when give me the max record on each date:

    DECLARE @StartDate AS DATETIME

    SET @StartDate = CONVERT(DATETIME,'15/04/2016',103)

    SELECT amr.MeterId

    ...

  • RE: Byte Me: Inadequate Cooling

    Gary Varga (4/20/2016)


    Picasso did surrealist paintings where items looked as though they had melted. The artist is matching this with the IT issue of cooling.

    Maybe it is a bad indicator...

  • RE: Are the posted questions getting worse?

    Eirikur Eiriksson (4/18/2016)


    jasona.work (4/18/2016)


    Steve Jones - SSC Editor (4/18/2016)


    No more snow here, at least not forecast. It's cloudy, and foggy. Never know. I think weather forecasters are flipping coins half...

  • RE: Today's Random Word!

    jeff.mason (4/18/2016)


    crookj (4/18/2016)


    ThomasRushton (4/18/2016)


    Grumpy DBA (4/18/2016)


    ThomasRushton (4/18/2016)


    object-oriented

    OOP(s)

    again

    Spears

    pickle

    Dill

  • RE: Are the posted questions getting worse?

    Steve Jones - SSC Editor (4/15/2016)


    Eirikur Eiriksson (4/15/2016)


    Steve Jones - SSC Editor (4/15/2016)


    About to head off to SQL Saturday Phoenix. Anyone else going?

    Wouldn't mind to go even if it was...

  • RE: i copy scripts from msdn then run at sqlserver 2008 r2 with sp3 ,report error

    Have you Googled the error message?

  • RE: Who's going to SQL Bits in Liverpool?

    Hugo Kornelis (4/13/2016)


    BWFC (4/13/2016)


    Hugo Kornelis (4/13/2016)


    BWFC (4/13/2016)


    I've got my name down for the Saturday but it clashes with a family do so it's unlikely I'll make it.

    If you can indeed...

  • RE: Who's going to SQL Bits in Liverpool?

    Hugo Kornelis (4/13/2016)


    BWFC (4/13/2016)


    I've got my name down for the Saturday but it clashes with a family do so it's unlikely I'll make it.

    If you can indeed not make it,...

  • RE: Who's going to SQL Bits in Liverpool?

    I've got my name down for the Saturday but it clashes with a family do so it's unlikely I'll make it. That said, the date for the family thing...

  • RE: Max and Group By on datetime column problem

    datsun (4/12/2016)


    Hello,

    I have a strange issue on querying a table to return Max datetime with a group by clause.

    I am getting all dates as max instead of the actual...

Viewing 15 posts - 481 through 495 (of 1,243 total)