Forum Replies Created

Viewing 15 posts - 421 through 435 (of 515 total)

  • RE: An alternative to GUIDs

    Slightly off topic, but the author's point about developers loving GUIDs is spot on. After all, they are absolutely guaranteed to be unique keys. The problem, of course, is their...

  • RE: The Apprentice

    djackson 22568 (9/12/2011)


    roger.plowman (9/12/2011)


    I keep seeing the chest-pounding developers who claim if you don't know how to implement low-level structures in C (or equally low-level languages) that you're not a...

  • RE: The Apprentice

    I keep seeing the chest-pounding developers who claim if you don't know how to implement low-level structures in C (or equally low-level languages) that you're not a real developer/CS degree...

  • RE: The Apprentice

    This thread is just another version of "should we promote certificates". 🙂

    Having spent 30+ years in the industry as a jack-of-all-trades (master of none I admit) I've seen great self-taught/horrible...

  • RE: Where Do You Park?

    Because our lot is pretty much exactly at capacity everyone has an assigned spot. However, my spot has been changed like 4 times since I worked there. Once it was...

  • RE: Stairway to SQL Server Indexes: Step 7, Filtered Indexes

    My database design requires the use of bit fields, the majority of which will be false, and it would be nice to have a filtered index for bit fields that...

  • RE: Total Database Information At Your Fingertips Part I

    VERY nice. 🙂

    One small quibble, you may want to look at Table 3, it looks like you have two rows labeled TABLE_CATALOG, the second should probably be TABLE_SCHEMA. Other than...

  • RE: Stairway to SQL Server Indexes: Step 6, Bookmarks

    I thought the article had good information, but perhaps more attention could have been paid to the characteristics of a good key, bringing up the whole surrogate key idea--unless that's...

  • RE: Third Normal Form

    Due to the extreme flexibility requirements of our reporting system users need at least a nodding acquaintence with the database schema--primarily how specific data can be found in specific tables,...

  • RE: That case filter

    BenWard (7/20/2011)


    Toreador (7/20/2011)


    BenWard (7/20/2011)


    don't forget, if this question - or it's answer - was actually wrong it wouldn't have been published.

    Sadly that's not the case. There have been many recent...

  • RE: Regular Audit Analysis

    Auditing data access I would think is near impossible to scale.

    For example, the ideal situation would log every record's access by every individual who accesses it, presumably with a datetime...

  • RE: The Age of Software

    However, in my mind, the age of the OS isn't an issue. If the OS still works for you, there's no problem running it.

    Well, hey, why the heck doesn't MS...

  • RE: More Regulation Coming?

    We talk as if we know what security is, and this is a grave mistake. Sure, for any given problem we know how to secure against it.

    The problem is, security...

  • RE: Lessons Learned Pay Off

    I've been in the business over 30 years and am something of a jack of all trades (and yes, a master of almost none 🙂 ). I used to work...

  • RE: From Great Idea to End Result

    So to sum it up, this is about understanding what the user wants, having the time to implement it, test it, and prepare for the inevitable scaling and utter reversal...

Viewing 15 posts - 421 through 435 (of 515 total)