Forum Replies Created

Viewing 15 posts - 1,501 through 1,515 (of 1,988 total)

  • RE: The Years of Experience

    paul.kemner (12/15/2015)


    Sometimes being a consultant (especially a self-employed consultant) can be a skills trap. As a consultant, you're hired for skills you already have, and nobody wants to pay big...

  • RE: Today's Random Word!

    Grumpy DBA (12/15/2015)


    Ed Wagner (12/15/2015)


    djj (12/15/2015)


    crookj (12/14/2015)


    djj (12/14/2015)


    Token

    appreciation

    Gratitude

    Attitude

    Latitude

    Siren

  • RE: Today's Random Word!

    crookj (12/14/2015)


    djj (12/14/2015)


    Ed Wagner (12/14/2015)


    anthony.green (12/14/2015)


    Stuart Davies (12/14/2015)


    Ed Wagner (12/13/2015)


    TomThomson (12/12/2015)


    Ed Wagner (12/11/2015)


    IPO

    Capital

    Investment

    Banker

    recession

    Depression

    Impression

    Dent

    Coin

  • RE: Today's Random Word!

    eccentricDBA (12/11/2015)


    crookj (12/11/2015)


    ChrisM@Work (12/11/2015)


    Steve Jones - SSC Editor (12/11/2015)


    Friday

    Happy!

    Dopey

    Doc

    MPH

  • RE: How Much Eventual Consistency Do You Have?

    Today I'm curious how many of you have systems that your businesses depend on where the data is eventually consistent because of some technology that moves information from one database...

  • RE: indexing Datetime column

    sql84 (12/10/2015)


    I would if I could but the requirement is to get all the columns.

    Have you tried it? If it's faster you can always take that to whoever gave...

  • RE: indexing Datetime column

    Try changing the select * to just the columns you need.

  • RE: Rethinking Hiring

    Eric M Russell (12/10/2015)


    Rod at work (12/9/2015)


    Good advise Eric, thanks.

    In many cases the interviewer doesn't really know what they're asking about, and this would be the guys who asked a...

  • RE: Are We Engineers?

    Maybe in the pure administration tasks we could be considered engineers, in that aspect there's usually a clearly defined right way and wrong way to do things and the wrong...

  • RE: SQL statement Using UNION all

    You could do something like this if you want the data from each table on separate rows,

    select table1.* from table1, table2 where table1.id =table2.id

    UNION

    select table2.* from table1, table2 where table1.id...

  • RE: An Inconceivable Scale

    Sean Redmond (12/9/2015)


    A part of this increase in data-size is our sloppiness in database design. We throw in GUIDs everywhere partly because it is in fashion, partly because it makes...

  • RE: Today's Random Word!

    anthony.green (12/9/2015)


    Ed Wagner (12/9/2015)


    Stuart Davies (12/9/2015)


    Ed Wagner (12/8/2015)


    crookj (12/8/2015)


    Luis Cazares (12/8/2015)


    Ed Wagner (12/8/2015)


    Revenant (12/8/2015)


    Ed Wagner (12/8/2015)


    crookj (12/8/2015)


    lithopanspermia

    Star Trek

    Voyage

    Home

    Alone

    Sticky (bandits)

    Burn (hair)

    Rubber

    Road

    Kill

    Dinner

  • RE: Today's Random Word!

    DonlSimpson (12/7/2015)


    whereisSQL? (12/7/2015)


    djj (12/7/2015)


    Ed Wagner (12/5/2015)


    DonlSimpson (12/5/2015)


    Ed Wagner (12/5/2015)


    TomThomson (12/5/2015)


    DonlSimpson (12/4/2015)


    djj (12/4/2015)


    crookj (12/4/2015)


    Ed Wagner (12/4/2015)


    crookj (12/4/2015)


    Rabbit

    Season

    Duck

    Season (sorry could not resist)

    Rabbit (go with it)

    Welsh (rabbit)

    Cheese

    Wallace

    William

    king

    throne

    porcelain

    Prey

  • RE: The Auditor Attack Vector

    Hmm... this sounds like a general issue with hiring any third party contractor auditor or otherwise, they have much less reason to care if they lose data than a permanent...

  • RE: Transaction Data Base Table Design

    venkatesh.naikd (11/30/2015)


    Let me explain in detail,

    We are developing application for Grocery stores as SAS model.

    Each customer selling items ( More than 3000 items) each items is sold based on...

Viewing 15 posts - 1,501 through 1,515 (of 1,988 total)