Forum Replies Created

Viewing 15 posts - 436 through 450 (of 515 total)

  • RE: From Great Idea to End Result

    Steve Jones - SSC Editor (5/24/2011)


    I haven't said don't test it or throw it out the door. The decision to move something out before it is complete doesn't mean that...

  • RE: From Great Idea to End Result

    Shudder.

    Steve, that's a recipe for absolute disaster.

    First, you're falling into the "get it out the door, we'll test it afterward" trap. Second, users will initially love it, and cause it...

  • RE: Working Long or Working Hard?

    I think the point about being risk-averse is absolutely true--and gets the cart before the horse.

    Think about it. Would *you* want somebody who enjoyed high-stakes risk taking being a DBA?...

  • RE: OUTPUT & NEWID()

    Am I the only one who thinks "none of the above" is the correct response, because the script is so buggy it won't compile?

    Unless I'm crazy you can't insert 'a'...

  • RE: Oiling the gears for the data dictionary

    Personally I think the data dictionary approach would be better served using a data modeling tool like Toad Data Modeller or Rational Rose. (I use Toad myself).

    That way not...

  • RE: The Low End

    I'm reading all these comments about how Access and VB and .NET are horrid compared to the competition. Sure, there are a few "it's not the tool..." comments but for...

  • RE: Unique constraint on a nullable column

    tommyh (12/2/2010)


    roger.plowman (12/2/2010)


    I had the need for this and used a non-clustered unique filtered index. Simple, efficient, and solves the problem neatly while letting SQL Server enforce it.

    As to why...

  • RE: Unique constraint on a nullable column

    I had the need for this and used a non-clustered unique filtered index. Simple, efficient, and solves the problem neatly while letting SQL Server enforce it.

    As to why you'd ever...

  • RE: Should You Write Down Your Passwords?

    GSquared (11/9/2010)


    I know what deterministic means.

    So what you're saying is that you're an industry insider who knows that there's a huge security flaw in the product your company sells, and...

  • RE: Should You Write Down Your Passwords?

    Mike Caldwell (11/8/2010)


    Dictionary words aren't as secure as you make them out to be. A dictionary word has far less entropy than a random sequence of characters, hence the...

  • RE: Should You Write Down Your Passwords?

    Biometrics are a nightmare for authentication.

    The central, unsolvable issue is that once your biometric is compromised, *it can't be changed*. Lose your fingerprint and spoofers will be able to pose...

  • RE: Should You Write Down Your Passwords?

    No approach to passwords is ideal, because the whole login id/password paradigm tries to serve two masters and as we all know that means it serves neither particularly well.

    The whole...

  • RE: Life Without a Net

    Face it, in the days before the internet systems were far less complex, it was *possible* to know just about everything there was to know about a system.

    Today? Not so...

  • RE: Writing Nearly Codeless Apps: Part 2

    Ok, I have a problem with the approach from the word go, and it's this:

    "implement "ideal" auditing, where the app itself can recall all versions of the data that were...

  • RE: Are There That Many GUIDs?

    I've needed GUIDs exactly once, when I was creating an application that was intended for distributed authorship of items to be stored in (author local) databases.

    My solution for the ID...

Viewing 15 posts - 436 through 450 (of 515 total)