Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

danyDude

@danyDude
About
Posts
9
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • I am a monster
    D danyDude

    ZurdoDev wrote:

    Lasting joy and happiness comes through family. Without it, everything is about you and makes you very selfish which will not give you lasting joy.

    It sooooooooooooo depends on said family. There are so many other ways to have inner peace, serenity and a sense of purpose.

    The Soapbox com announcement lounge

  • I am a monster
    D danyDude

    ZurdoDev wrote:

    No, it isn't at all. At moment of conception there is unique DNA. Period!

    So DNA==Person? => false HumanDNA == Person? => false. By this logic my hair has lots of persons since it has DNA. Alos my skin, my fingernails... etc

    The Soapbox com announcement lounge

  • #The #hashtag #is #ten #years #old
    D danyDude

    for sure, you're not the only one. what bugs me is that some, maybe most(for sure not all) people when they say for instance #resist or whatever they think they are so wise and shit like that, and more often then not they are the same people that comment and share articles on various media based purely on the title. There were some tests done by various people one of them being Ryan Holiday that put many such fake articles on media and they got tons of shares and comments, but in the article there was nothing about the title of the article. Conclusion people just share and comment on stuff that they think will make them look better somehow, without even looking at the said article. I don;t know if I should laugh or cry. :)

    The Insider News html com question

  • The robot that takes your job should pay taxes, says Bill Gates
    D danyDude

    Joe Woodbury wrote:

    So, Excel does with one person what used to take several. Should every installation of Excel pay taxes? What about Outlook, which has reduced jobs for secretaries?

    While true that those reduced the number of lets say accountants and secretaries on the upside they created an equally or bigger numbers of IT related jobs. As for the lawn, house, car... just think of all the people working to produce said cars, houses and so on. Bill was talking mainly about factories(I think) and the huge impact on labor. Just think of a plant that has say 2000 workers(around 650 per shift) that will get fully automated. Net result loss of 1800 jobs. Sure they will need some extra maintenance technicians and PLC engineers but the number of jobs created compared to the number lost is huge. Bottom line, I kinda agree with him. Not completely but more inclined in favor then against.

    The Insider News com testing tools question career

  • SUM question [solved]
    D danyDude

    I didn't have enough but i created a dummy test table and the output is

    "Msg 8115, Level 16, State 2, Line 1
    Arithmetic overflow error converting expression to data type int."

    So no it does not modify the underling field automatically.

    Database question

  • SUM question [solved]
    D danyDude

    Hy, Supose we have this:

    SELECT SUM(ProdGood) as TotalProduced
    From ProductionData

    Now if ProdGood is defined as int(eger) will SUM(ProdGood) be also integer or will it go to BigInt if the SUM is lager than the largest int? Thanks in advance. Oh, I tried google but nothig relevant came out.

    modified on Sunday, February 28, 2010 2:14 AM

    Database question

  • OrderBy Dilema
    D danyDude

    It's all fixed now. I now know for a fact(tested) that even the

    ORDER BY SUM(QualityData.NrOfDefects);

    does not cause a recalculation.

    Database question

  • OrderBy Dilema
    D danyDude

    thanks

    Database question

  • OrderBy Dilema
    D danyDude

    Hy, I have something like this:

    SELECT Code, SUM(QualityData.NrOfDefects) AS Defects
    FROM QualityData
    GROUP BY Code
    ORDER BY SUM(QualityData.NrOfDefects);

    The dilema is that

    ORDER BY Defects

    does not work and

    ORDER BY SUM(QualityData.NrOfDefects);//causes a second SUM??

    Is there a better way? Thanks

    Database question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups