Forum Replies Created

Viewing 15 posts - 5,881 through 5,895 (of 5,986 total)

  • 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,...

  • RE: Parsing Parameters in a Stored Procedure

    When I am developing a stored procedure for reporting purposes, something that is driven by one or more sets of parameters, the parameters are typically contained in a table. I'll...

  • RE: Parsing Parameters in a Stored Procedure

    Jeff Moden (8/10/2010)


    ...

    For all of you good folks using XML to split things... I suppose that XML either does something special for you or that your consider its performance...

  • RE: The Breakfast Plan Goes Awry

    I'm surprised by some of the strong emotions expressed here regarding the issue of doughnuts and bagles. You sound like a Dilbert cartoon and are reenforcing negative stereotypes about those...

  • RE: The Breakfast Plan Goes Awry

    thisisfutile (6/30/2010)


    Typically our boss brings in donuts on Friday. From time-to-time he doesn't bring any. According to some of the attitudes on this forum (but not exclusive to...

  • RE: The Breakfast Plan Goes Awry

    I once had a consulting gig at a .com company that managed to (barely) survive the dotcom bust but employed a skeleton crew of about 40 employees, which was a...

Viewing 15 posts - 5,881 through 5,895 (of 5,986 total)