Forum Replies Created

Viewing 15 posts - 3,511 through 3,525 (of 7,484 total)

  • RE: Are the posted questions getting worse?

    dbursey (5/15/2013)


    Stefan Krzywicki (5/14/2013)


    The Dixie Flatline (5/14/2013)


    Stefan Krzywicki (5/14/2013)


    The Dixie Flatline (5/14/2013)


    Stefan Krzywicki (5/14/2013)


    The Dixie Flatline (5/14/2013)


    We're all fungible.

    Not me! I used anti-fungis cream.

    Does that mean you're not a fun...

  • RE: Most important DBA Skill?

    PompeyTID (5/8/2013)


    If you recruit someone on their aptitude (capacity) to learn, keeness, motivation, who is respectful of others, consciencious, honest, (note NO technical skills), you can then provide the framework...

  • RE: Today's Random Word!

    SQLRNNR (5/9/2013)


    Sung

    Ming

  • RE: The Subquery

    A nice way of showing how a spelling error can have bizarre results as a consequence of a piece of what (despite Hugo's explanation, which is nice and clear) is...

  • RE: Nested triggers 2

    Mighty (5/8/2013)


    It also might be because it is still early here, but what is the point exactly?

    The view definition is such that...

    . What is it exactly why it works? The...

  • RE: Timestamps

    It's a nice question, but the explanation is a bit light - no indication of why statement 6 fails. I know people will see the answer in BOL...

  • RE: Most important DBA Skill?

    I suspect the mix of people skills and technical skills required for a DBA can vary greatly, although generally I would expect the people skill component to become more important...

  • RE: Comparing 2 Tables, Joins with Specific Data

    tmac25 (5/3/2013)


    I think you'd use something like this?

    SELECT users.employeeid, skill.skillid

    FROM dbo.users_hierarchy as 'users'

    INNER JOIN dbo.old_skills as skill

    ON skill.id = users.employeeid

    WHERE NOT EXISTS (SELECT...

  • RE: The Security of You

    GeorgeCopeland (5/3/2013)


    Oh good grief, just have the issuing authority PKI sign the fingerprint image files and set up an authentication server with good failover characteristics. Use open source software so...

  • RE: T-SQL help

    The natural thing to do is calculate the age in years in a cte, then calculate teh age in months for cases where the age in years is 0. ...

  • RE: Identity Insert

    Nice question.

    There are two (harmless) oddities, though:

    I didn't (and still don't) know what the question is actually supposed to mean. "without changing the identity property of the column" can't really...

  • RE: A Check and Foreign Key Constraint Improves Query Performance

    Evil Kraig F (5/1/2013)


    Last thing first. 🙂

    In this case that's the right order to tackle them.

    Without different viewpoints one can never learn. I'd prefer to try to continue the...

  • RE: Is Having Primary key on a table essential?

    If you want a relational solution, a primary key is essential. If a non-relational solution will do, it isn't. Of course you have to care about whether a...

  • RE: Are the posted questions getting worse?

    ChrisM@Work (5/3/2013)


    Lynn Pettis (5/2/2013)


    Okay, I have to ask without pointing to anything specific, do any of you think I have been harassing any of the OP's recently rather than helping...

  • RE: Are the posted questions getting worse?

    Evil Kraig F (5/2/2013)


    Well, true enough. 😀 However, its purpose on my wall is not as a reference, but to deter some overly optimistic folks about just how important...

Viewing 15 posts - 3,511 through 3,525 (of 7,484 total)