Forum Replies Created

Viewing 15 posts - 2,926 through 2,940 (of 7,484 total)

  • RE: UNION

    Revenant (11/5/2013)


    I am really surprised that only one third of the replies has been correct.

    Thanks for the question, Steve!

    Well, maybe we should say 52% are correct - the 34% who...

  • RE: Three tables SQL query

    You need some additional bchages as well as Dwain's correction, in order to handle the hvehicle history correctly.

    First remove

    INNER JOIN History H ON H.VehicleID=V.VehicleID

    (actually since the Vehicles table isn't...

  • RE: Interfaces

    On the general data accuracy issue, data entry isn't the only source of errors. As I see it, there are at least five sources of error:

    1) Data entry

    2) Inaccuracy...

  • RE: Interfaces

    I see two big problems with voice recognition as an input method:

    1) Current systems require training to be any good. The variation in sound between different speakers of a...

  • RE: UNION

    Ford Fairlane (11/4/2013)


    Richard Warr (11/4/2013)


    Seems to be one where the people who didn't think about it found it easy (see some of the comments above) whilst those who dug a...

  • RE: What's in a Name?

    JJ B (11/1/2013)


    Some of the previous posts talked about name changes and potential impacts on career. Now-a-days, there are additional implications. In Texas (where I don't live thankfully)...

  • RE: What's in a Name?

    Gary Varga (10/29/2013)


    Richard Warr (10/29/2013)


    Sean Pearce (10/29/2013)


    My name can be spelt a few different ways and I am used to people getting it wrong....

    You make a valid point but it...

  • RE: Today's Random Word!

    SQLRNNR (11/4/2013)


    Fuster

    ocioso

  • RE: Logic question regarding inserting of rows from 1 table to another.

    roy.tollison (11/1/2013)


    OK after going over this with the users i have been told that duplicate f1 (indexed unique) is possible. how would i go about changing the insert command to...

  • RE: recovery model simple

    LOVER OF SQL (11/2/2013)


    I've been saw these article, but i continue not understand why my transaction log to become big when i've simple recovery model...

    You read the article Luis linked?...

  • RE: Averaging and Grouping

    Steve-0 (11/4/2013)


    Hey Everyone,

    I'm new to writing SQL queries and I'm a bit stumped in this one. The below query currently defines a total elapsed time of specific jobs that I...

  • RE: UNION

    As well as the answer being wrong because a join may be used to perform the union, the explanation is wrong even when there is no join. It is...

  • RE: Normalizing-Denormalized Tables

    John Rees (11/3/2013)


    Intriguing! I can understand how overflow could easily occur, but do you have examples of how precision of exact numerics (particularly decimal) can be affected by order of...

  • RE: Normalizing-Denormalized Tables

    deroby (11/1/2013)


    Ed Klein-385786 (11/12/2008)


    I'm just saying it would be nice. Do you have to go to that much effort to sum a numeric field? Why shouldn't accumulating text...

  • RE: Image is Everything

    I guess one should drees appropriately for what one is doing, and especially take care to avoid giving offense. For example I will wear a kilt in most of England...

Viewing 15 posts - 2,926 through 2,940 (of 7,484 total)