Forum Replies Created

Viewing 15 posts - 5,911 through 5,925 (of 6,022 total)

  • RE: Talking To You Makes Me Smarter

    This has to do with peer reviews. As IT developers, or any other engineering field in general, we can't judge our own sanity. Also, neither can the client or end...

  • RE: Why is data integrity important?

    miki_home (9/2/2010)


    Oh I feel your pain. We have a free-form "Occupation" field on one of our main Sales applications, so I've just spent weeks building a lookup table to make...

  • RE: Linking to the Previous Row

    LIYA (9/1/2010)


    Hi Peter,

    At present the testing table have 1628430 records. its' only a 5 month data. but in production it will be 5 time higher. It's a access control...

  • RE: Why is data integrity important?

    david_wendelken (8/31/2010)

    Yep. You can also end up in jail after asking the officer "Is this a joke?" after he informs you your driver's license was suspended almost 50 years...

  • RE: Linking to the Previous Row

    anudata (8/31/2010)


    Thanks for your post. i am facing a similar issue. i have a table which is having the following fields and samle data

    empid Transacttiondate ...

  • RE: Why is data integrity important?

    alen teplitsky (8/30/2010)


    i've seen this no NULL's allowed OCD thing being taken to extremes

    say you sign up a customer today and promise some service that will be done in the...

  • RE: Questionable SELECT Statement Length - Maybe Funny For Some of You

    Whatever SQL inserts this table [tbl_Prepped_Vehicle_ver01_20100823], that's what you need to be concerned about.

  • RE: Questionable SELECT Statement Length - Maybe Funny For Some of You

    coolwebs (8/30/2010)


    Here is the SELECT statement that was captured....

    Seems pretty simple right?

    . . .

    . . .

    . . .

    The SQL SELECT statement you provided is actually quite simple, and it just...

  • RE: Why is data integrity important?

    Data integrity and constraint begins with choosing the appropriate data type. Obviously (to most of us) integers should be contained in an Integer data type and monetary values in a...

  • RE: Individual Contributions

    In many cases, coworkers simply don't see or fully understand the scope of another's job. Some people are talented, but don't like to "toot their own horn", or maybe they...

  • RE: Linking to the Previous Row

    Jeff Moden (8/20/2010)


    If you use SELECT INTO to build your Temp tables, you don't need to change the table structure... it just happens.

    When choosing between ranking the item changes on...

  • RE: Linking to the Previous Row

    charles.gildawie (8/20/2010)


    A precomputed column for the sequence can lead to problems when someone modifies the data. Say a date changes then you'd need to resequence all the rows at the...

  • RE: Linking to the Previous Row

    The article does present a good educational example on the use of CTEs and the RANK function. However, I don't think ranking is the most practical and efficient solution to...

  • RE: Finding Unique Non-Repeating Random Numbers

    A little off topic maybe, but below is a possible technique to hash demographic or personally identifying data for a QA or Development environment. The distribution of the data remains...

  • RE: Yet another FOREIGN_KEY / INSERT question

    The [Services].[ID] column is part of your PK, and you havn't made it clear why you need to insert the table while leaving that column NULL. From what I see,...

Viewing 15 posts - 5,911 through 5,925 (of 6,022 total)