Forum Replies Created

Viewing 15 posts - 196 through 210 (of 389 total)

  • RE: Complex View Inserts

    This highlights the issues of confusing views with tables and views referencing other views. In my 30+ years, I've found that such practices lead to more problems than solutions.

  • RE: How Far Have You Traveled for a SQL Saturday?

    Steve Jones - SSC Editor (7/29/2016)


    Ha, we have a living quarters as well. Maybe we can roll together to an event? Or you can swing by the ranch when you...

  • RE: How Far Have You Traveled for a SQL Saturday?

    First off Steve, I completely agree with you about the new ruling for the 600 mile radius. Having SQL Saturdays in close proximity back-to-back allows many to attend who...

  • RE: Independence Day

    It never ceases to amaze me just how easy movies and TV make complex computing tasks like hacking unknown systems (what if the aliens didn't have a binary system?), high-speed...

  • RE: Have You Designed a Database from Scratch?

    pietlinden (6/30/2016)


    I guess if you're forced to do something "clever" then you have to document your code inside the code... not in some "book" somewhere that nobody can find. (Yeah,...

  • RE: Email or Username

    Jeff Moden (6/29/2016)


    I treat SSN as one of the most sacred of all pieces of PII even if the Social Security Administration and the medical/financial/general community at large does not.

    Yeah,...

  • RE: Email or Username

    Personally, I prefer using an account name as email addresses are much more subject to change. I've had issues where I could not change my email account (not on...

  • RE: Have You Designed a Database from Scratch?

    xsevensinzx (6/24/2016)


    I think by far the biggest hurdle for me in designing a new data warehouse or even a new database is clearly outlining the ERD and all the ETL...

  • RE: Have You Designed a Database from Scratch?

    I've lost track of the number of database applications that I've built from scratch over the last 30 years. One thing is true though, I never got them completely...

  • RE: Have You Designed a Database from Scratch?

    kerry_hood (6/24/2016)


    A bit scary for our future databases.

    Way back when I was in school (still in the days of green bar line printers) subjects like database theory, set theory, and...

  • RE: Using APPLY to make your queries DRYer

    g.britton (6/10/2016)


    In the spirit of DRY, I feel I should point out that this variant repeats references

    Yes, you are correct that column references are repeated. I feel that those...

  • RE: Using APPLY to make your queries DRYer

    The use of APPLY is interesting and I did learn a couple of things, but in my opinion the CTE approach exemplified earlier is cleaner and easier to read especially...

  • RE: Beginning a CTE

    Lynn Pettis (6/6/2016)


    I don't agree with teaching a crutch.

    It's not teaching the crutch, but teaching that the crutch is NOT NECESSARY.

  • RE: Beginning a CTE

    Toreador (6/6/2016)


    Aaron N. Cutshall (6/6/2016)


    However, I do understand the intent of the QotD however it was presented.

    What was that intent, to encourage sloppy coding?

    Yes, it's a lazy approach that some...

  • RE: Beginning a CTE

    Lynn Pettis (6/6/2016)


    Actually, if you add a statement using a CTE after a statement that is not properly terminated, go back and properly terminate it. Simple.

    That's what I do...

Viewing 15 posts - 196 through 210 (of 389 total)