Forum Replies Created

Viewing 15 posts - 9,166 through 9,180 (of 14,953 total)

  • RE: Are the posted questions getting worse?

    I guess it says something about our geekiness that our "water cooler" conversation has to be policed periodically for overly technical matter. This bit about normal forms says something...

  • RE: Are the posted questions getting worse?

    GilaMonster (6/29/2009)


    GSquared (6/29/2009)


    GilaMonster (6/29/2009)


    Isn't that pretty much 6th normal form? Not one I'd use in anything other than the most extreme cases.

    6NF is either Domain/Key NF or Temporal NF, per...

  • RE: Are the posted questions getting worse?

    Gianluca Sartori (6/29/2009)


    GSquared (6/29/2009)


    2. You include columns like FirstNameID, LastNameID, and reference a Names table. If you need to find everyone named Fred, and the ID for Fred is...

  • RE: Are the posted questions getting worse?

    GilaMonster (6/29/2009)


    GSquared (6/29/2009)


    What I think is funny is the people who think that "normalizing" is replacing all the data with ID FKs to other tables. Like, instead of having...

  • RE: Are the posted questions getting worse?

    Gaby Abed (6/29/2009)


    Regarding the Nth Normal Form, and I guess on a more philosophical level, is it true that the more normalized a database is, the less fragmentation occurs so...

  • RE: Inserting Trademark (TM) Logo in a table

    It's the collation.

    Check out the data on "Code page 850" online. Character 153 is the O with dots, not the TM, in that code page.

  • RE: Are the posted questions getting worse?

    Paul White (6/28/2009)


    Grant Fritchey (6/28/2009)


    I've got that posted on my cube at work.

    You have a proper Dilbert-style cube? :w00t:

    So do I.

    I have a Dilbert strip, the XKCD about Little Bobby...

  • RE: Are the posted questions getting worse?

    GilaMonster (6/28/2009)


    Lynn Pettis (6/27/2009)


    Okay, you were between 6 and 10 when I learned that in University. Not exactly when or which school I was in when I had my...

  • RE: Trasitive dependencies

    smsam1 (6/27/2009)


    table Results contains (student_id,subject_id,marks ,has_passed) as attributes. with the composite primary key (student_id,subject_id)

    2). i wanna make sure that can we tell that 'has_passed' is transitively depend on...

  • RE: Disaster Recovery - An Afterthought?

    I've taken over DBA duties twice now, at two different companies. Both had backup plans in place. Neither had ever tested them. Both were backing up to...

  • RE: What's Your Ideal DBA Job?

    I have a simple list: Enough to do to keep me engaged, enough pay for my plans and goals, co-workers I can get along with. I'm easy to please.

  • RE: Inserting Trademark (TM) Logo in a table

    What does nchar(8482) give you?

  • RE: Problems converting Date to Numeric

    Try:

    SELECT My_DATE

    from dbo.MyDatabase

    WHERE ISDATE(My_DATE)=0;

    That's more likely to catch what you're running into.

  • RE: Making Demands

    The only oddball one I could come up with would be that whatever space I'm staying in (hotel room, whatever) shouldn't have been recently cleaned with perfumed products, and no...

  • RE: Trusting Online

    Since I've found that I can trust the vast majority of people, I start out by trusting and then stop doing so if it's warranted. Makes it much simpler,...

Viewing 15 posts - 9,166 through 9,180 (of 14,953 total)