Forum Replies Created

Viewing 15 posts - 676 through 690 (of 1,195 total)

  • RE: Job interview question (DBA/Developer)

    We held a series of interview at my work recently and gave the candidates a short (15 question) written test. At the top of the question paper was written:-

    "If you...

  • RE: Today's Random Word!

    BWFC (2/26/2014)


    Ed Wagner (2/24/2014)


    Daniel Bowlin (2/24/2014)


    SQLRNNR (2/24/2014)


    Ed Wagner (2/24/2014)


    crookj (2/24/2014)


    BWFC (2/24/2014)


    SQLRNNR (2/21/2014)


    BWFC (2/21/2014)


    SQLRNNR (2/21/2014)


    dingleberry

    Clinker

    Klink

    Jail

    Bail

    Water

    board

    surf

    Surf and turf

    Shrimp

    potted

  • RE: How to divide by a subquery

    You're welcome. You will still have to resolve the lack of decimals places you want to display.

    Quick and dirty way of doing it - see example below :-

    DECLARE @A INT,

    @b-2...

  • RE: How to divide by a subquery

    Hi Brett,

    is this:-

    SELECT ID,layer SUM(test*duration) AS Result FROM test WHERE test >1

    /

    SELECT SUM(test) FROM test

    GROUP BY ID.layer

    what you've tried so far? Only reason I'm asking is I found

    SELECT *

    FROM...

  • RE: Today's Random Word!

    Ed Wagner (2/18/2014)


    Revenant (2/18/2014)


    Ed Wagner (2/18/2014)


    SQLRNNR (2/18/2014)


    TomThomson (2/18/2014)


    Ed Wagner (2/18/2014)


    BWFC (2/18/2014)


    SQLRNNR (2/17/2014)


    Ed Wagner (2/17/2014)


    Revenant (2/17/2014)


    TomThomson (2/17/2014)


    SQLRNNR (2/17/2014)


    hair

    dog

    dachshund

    Sausage

    schnitzel

    Noodles

    Pasta

    Arrival Theorem (Poisson arrivals see time averages)

    langouste

    Seafood

    Chowder

    Stew

    Dumplings

  • RE: SQL Join

    Agreed - to clarify; I was only looking at the data values returned, not necessarily the row order.

    I was attempting to resolve the join issue - not the order which...

  • RE: SQL Join

    If the data is stored as in my example, it will return the desired results

  • RE: SQL Join

    You need to have the relationship in the data so that you can write a query and return the desired result.

    Have a look at the following code and see what...

  • RE: SQL Join

    Essentially - you can't.

    The tables need to have a common element for you make the association between them - the tables shown don't.

    If on the other hand Table A...

  • RE: LIKE and NULLs

    Nice and straightforwards - thanks

  • RE: Understanding the question at hand (word problems!)

    GilaMonster (2/12/2014)


    I've just spent part of the morning (teaching database design today) explaining why a business requirements document needs to be specific and detailed (and telling horror stories of times...

  • RE: Logic Precedence

    Straight forward one today - thanks Steve

  • RE: sql formatting tool

    Grant Fritchey (2/11/2014)


    No, there's no formatting of any kind built into SQL Server Management Studio. It does have syntax coloring, but that's it. Any formatting has to be done through...

  • RE: Character Field Declaration

    BWFC (2/11/2014)


    martin.whitton (2/11/2014)


    Stuart Davies (2/11/2014)


    Nice question

    Glad I answered it after my first coffee - knew it wasn't "it starts raining" even though I live in the west of England

    Here in...

  • RE: Character Field Declaration

    Nice question

    Glad I answered it after my first coffee - knew it wasn't "it starts raining" even though I live in the west of England

Viewing 15 posts - 676 through 690 (of 1,195 total)