Forum Replies Created

Viewing 15 posts - 241 through 255 (of 673 total)

  • RE: Delete duplicate rows from the table using row_number()

    mtillman-921105 (7/5/2011)


    SanDroid (7/5/2011)


    This was done in a single script, but not a single query.

    The insert into the #temp table is executed as a sperate query.

    You would need to start with...

  • RE: Delete duplicate rows from the table using row_number()

    This was done in a single script, but not a single query.

    The insert into the #temp table is executed as a seperate query.

    You would need to start with the use...

  • RE: How Much Is It Worth?

    The number one goal of any publicly traded company is to make a larger profit every quarter.

    It is currently legal in this country for public and private corporations to extort...

  • RE: First Normal Form

    SQLkiwi (7/5/2011)


    David Portas (7/5/2011)


    ...But it's the same relation variable as before! The atomicity of the string and the structure of the relation has not changed. Just because I intend to...

  • RE: First Normal Form

    Eric M Russell (6/30/2011)


    Letting SQL Server implicitly do the datatype conversion won't always cut it. For example, is this April 3, 2002 or March 4, 2002? It matters because in...

  • RE: First Normal Form

    Eric M Russell (6/30/2011)


    SanDroid (6/30/2011)


    Eric M Russell (6/30/2011)


    I never contain phone or address related columns in something like the primary customer table.

    #1 An address or phone number isn't an...

  • RE: First Normal Form

    Eric M Russell (6/30/2011)


    I never contain phone or address related columns in something like the primary customer table.

    #1 An address or phone number isn't an attribute or measure of...

  • RE: First Normal Form

    Steven993 (6/30/2011)


    What are you talking about ?

    I was saying that the only kind of key is what is called candidate key. We should call candidate key, just key.

    Of course a...

  • RE: First Normal Form

    Steven993 (6/30/2011)


    The only key in relational theory is the candidate key. Or just "key". There is no notion of "primary" which indeed come from SQL.

    Are you ok? Is this statement...

  • RE: First Normal Form

    CELKO (6/30/2011)


    The Relational Model for Database Management Version 2 by Dr. E. F. Codd Section 1.8 "Key and Referential Integrity" .....

    It is always good to see somone at your level...

  • RE: TDE and Filestream

    How funny. The reprint of this QOTD in the 6/30/2010 rss feed and daily email is still the wrong answer. The answer shows Yes with the explination saying...

  • RE: Peer to Peer Replication

    Nice question.

    I had to add a question like this to our interview questions after someone kept causing prduction outages by updating values in the wrong database.

  • RE: First Normal Form

    Wow... Nice Introduction paragraph...

    I think some links to (or a mention of) external referencesin the article would have helped the points it was making. Two external references...

  • RE: TDE and Filestream

    FargoUT (6/29/2011)


    I assume the answer has been updated, because I see nothing wrong with the question, answer, or explanation.

    It has.

  • RE: TDE and Filestream

    Wow... I understood yesterdays question being caused by bad definition of the Execution Plan concept.

    I guess this is another day for a free point. 😛

Viewing 15 posts - 241 through 255 (of 673 total)