Forum Replies Created

Viewing 15 posts - 766 through 780 (of 1,243 total)

  • RE: Date Table

    Ed Wagner (1/5/2015)


    CELKO (1/5/2015)


    I've actually got a few recipes that call for equal weights of eggs and other ingredients. You weigh the eggs in the shells then match the...

  • RE: Date Table

    It would be funny though, to change recipes to call for 25 grams of egg yolk fully encapsulated by 33.7 grams of egg white instead of just calling for "1...

  • RE: Today's Random Word!

    crookj (1/5/2015)


    Ed Wagner (1/5/2015)


    djj (1/5/2015)


    Ed Wagner (1/5/2015)


    Stuart Davies (1/5/2015)


    Ed Wagner (1/5/2015)


    SQLRNNR (1/2/2015)


    Sonic

    Boom

    Bust

    Museum

    Night

    History

    Buff

    Polish

  • RE: Into Clause in SQL Server

    I'm really not sure what you want to do here but it's best to include the columns you want by name rather than using SELECT * and trying to exclude...

  • RE: Find Appropriate Event After An Incident

    ChrisM@Work (1/2/2015)


    Thanks.

    Query 1 (insert into #temp_violation etc.) has an odd filter:

    and

    (

    cast(fh.startdate as date)<= cast(tv.startdate as date)

    and

    cast(fh.startdate as time)<= cast(tv.startdate as time)

    )

    This will capture datetimes from fh where they...

  • RE: Find Appropriate Event After An Incident

    ChrisM@Work (12/31/2014)


    Can you post the execution plan? Done

    Have you considered using EXISTS No I hadn't, see my earlier comment about being a noob 🙂 The fact it ran at all...

  • RE: Find Appropriate Event After An Incident

    I've finally got back to this after the Christmas break and a brief sojourn in proper work.

    Thanks for your advice gents. I learned something very useful about execution...

  • RE: Today's Random Word!

    Ed Wagner (12/30/2014)


    TomThomson (12/29/2014)


    Ed Wagner (12/29/2014)


    eccentricDBA (12/29/2014)


    SQLRNNR (12/29/2014)


    Mandible

    Ironjaw

    Game

    Set (and Match)

    Tennis

    Elbow

  • RE: Today's Random Word!

    Ed Wagner (12/29/2014)


    TomThomson (12/28/2014)


    djj (12/26/2014)


    SQLRNNR (12/26/2014)


    Dive

    Food

    Grub

    Worm

    Wood

  • RE: Are the posted questions getting worse?

    David Burrows (12/18/2014)


    GilaMonster (12/18/2014)


    Entertainment for next week = 1600 line long module (front end, not SQL) with no comments, erratic indentation and no naming standard.

    Oh! Joy 🙂

    Sounds like one of...

  • RE: Find Appropriate Event After An Incident

    Stupid f"£$ing RDP connection has shut itself down and I've lost everything I did previously!!!!!! I'll now have to pretty much start again but that may not be a...

  • RE: Find Appropriate Event After An Incident

    Of course I can :doze:

    It makes repeated reference to creating an index on the TimeViolation table but that's read-only. The rest of it is so much hieroglyphics to me...

  • RE: Find Appropriate Event After An Incident

    I've put a clustered index on the Violations table that uses the StartDate and one on the Sanctions table using the dateidentified. I'll be honest though and say what...

  • RE: Find Appropriate Event After An Incident

    Thanks Grant, I've tried the TOP 1 approach and replaced the CTE's I was using with indexed temp tables but it's still not returned anything after half an hour. ...

  • RE: Are the posted questions getting worse?

    Eirikur Eiriksson (12/15/2014)


    Doesn't this look like one of out favourite "Kitchen" people (look at the query, db name is OrbeData_KithKitchens):-D

    😎

    I thought that as soon as I saw it 😀 Although...

Viewing 15 posts - 766 through 780 (of 1,243 total)