Forum Replies Created

Viewing 15 posts - 7,171 through 7,185 (of 7,484 total)

  • RE: Today's Random Word!

    sunbathe

  • RE: INSERTED DUPLICATE RECORDS

    Jeff Moden (11/23/2007)


    Yep... you're right... database sure can't do any of that And, I'm sure that the VB program does it with much more speed...

    Everyone does realize that...

  • RE: 3nf, functional dependancy and head exploding

    David Portas (8/16/2008)


    Ask yourself what are the determinants of publisher_city? If they are not super keys of this table then it is not in BCNF (probably not 3NF either but...

  • RE: Not well known about how E.F. Codd was rejected

    RBarryYoung (9/20/2009)


    Meh. Interesting historical references, but i'm not very impressed with the author's faux peer reviews. I read two of these papers when they were published (Codd's and...

  • RE: Expanding The Scope of Bridge Tables

    David Portas (3/23/2010)


    Ed-997158 (3/23/2010)


    Thanks. I was just going to ask if "bridge table" didn't already have a different terminology

    "Associative Entity" is semantic modelling terminology and not a relational database...

  • RE: Relational Model Advantages

    David Portas (11/26/2009)


    3. Developer productivity. SQL is a seriously deficient language for the 21st century when compared to other languages in the object-oriented world (C++, Java or C#). SQL’s 1980’s...

  • RE: The Missing Certification

    Chris-232075 (3/23/2010)


    I'm generally pro-certification, but specifically anti-Microsoft certification since so much of the information learned for passing their exams are product specific, and therefore, obsolete in relatively short order.

    It's...

  • RE: The Missing Certification

    GSquared (3/23/2010)


    I would very much favor an apprenticeship system. They have a very strong proven track record of working well (they have been the main training technique for most...

  • RE: Encryption

    Ric Sierra (4/1/2010)


    Matt Miller (#4) (4/1/2010)


    Ric Sierra (3/24/2010)


    vk-kirov (3/23/2010)


    Ric Sierra (3/22/2010)


    this undocumented function is available since SQLServer 7

    PWDENCRYPT is a hash function, which means it's a one-way function. Once hashed,...

  • RE: Double-Entry Bookkeeping for SQL Programmers

    Good editorial, and a very good point about techniques not officially supported against alternative (supported) methods.

    One minor niggle some extent it reads as if defensive programming is only about doing...

  • RE: Declarative Data Integrity

    Peter Trast (4/1/2010)


    You need to stop drinking those new Starbuck sized coffees http://www.starbucks.com/blog/10113/starbucks-listens-to-customer-request-for-more-sizes.aspx

    I mean, who really needs a 64oz. coffee??

    I made the mistake of following that url to see if...

  • RE: Sparse Columns

    SQAPro (2/20/2009)


    note to self: don't take quizzes till fully caffenated.. could have sworn I was ticking a check box that said "CANNOT have a default value... grumble :angry:

    Me...

  • RE: Declarative Data Integrity

    Paul White NZ (3/31/2010)


    C'mon Tom...let it go! Ron has already accepted that the statement is lacking twice on the thread already. It was a great QotD, with a...

  • RE: Full backup Scenario

    Paul White NZ (3/31/2010)


    The whole backup operation is conceptually quite simple:

      Force a database checkpoint (flush all updated-in-memory pages to disk before anything is read by the backup)

      Record the minimum recovery...

    • RE: Cast vs. Convert

      Paul White NZ (3/30/2010)


      Interesting - and nicely controversial. Thanks.

      I think I preferred your comment three weeks ago - I looked up controversial in my dictionary and it doesn't give...

    Viewing 15 posts - 7,171 through 7,185 (of 7,484 total)