Forum Replies Created

Viewing 15 posts - 211 through 225 (of 515 total)

  • RE: Table Design

    I've never had much use for GUIDs, I much prefer INT identities.

    However, I once had a situation that required unique keys across distributed computers, potentially tens of thousands of...

  • RE: Start Fixing Your DB with Better Code

    Oooh, you just hit my berserk button. ๐Ÿ™‚

    First, the initial problem is at the student level. They learn the bare minimum and get kicked out the door. Everybody...

  • RE: Compressing tables

    I also got 8069 in the error message. (Using 2008R2)

  • RE: Does Your Work Attire Really Make a Difference?

    There's a reason they're called monkey suits.

    Although the language is dressed up PC-speak ("professional appearance") the truth behind "dress to impress" is purely and simply boasting. "Look at...

  • RE: Unstructured Data

    How about "unnormalized" instead of unstructured? As many have said there's really no such thing as unstructured data.

    Take Word files, for instance. Word files are *very* structured, it's just...

  • RE: Software Patents

    patrickmcginnis59 10839 - Wednesday, October 25, 2017 10:49 AM

    roger.plowman - Wednesday, October 25, 2017 9:45 AM

    October 25, 2017 at 12:59 pm

    #1965219

  • RE: Software Patents

    Granted, people are patenting software, my point is the patent office is IGNORING the fact software is math. Therefore no software patents are valid by definition.

    Of course convincing...

  • RE: Software Patents

    Matt Miller (4) - Monday, October 23, 2017 3:12 PM

    roger.plowman - Wednesday, October 18, 2017 7:15 AM

  • RE: SQL versus program

    The first argument is security, specifically separation of powers.

    The SQL Server database is the logical place to do anything that:

    1) manipulates the data.
    2) needs authorization based on...

  • RE: Software Patents

    It's really simple.

    Software is math.

    You can't patent math.

    Full stop.

    The fact the courts are ignorant of this simple truth has caused an uncountable number of...

  • RE: Donโ€™t Underestimate the Importance of Good Co-workers

    I suppose it depends on both the exact position and the personality of the employee.

    You said you had a position that basically left you in isolation, and...

  • RE: Why Don't You Unit Test Code?

    Automated testing is GREAT for regression testing, especially in an OOP environment.

    T/SQL isn't OOP, hasn't heard about OOP and frankly is anti-OOP. Militantly so.

    Concerning the "invisible" aspects of...

  • RE: Naming Conventions - Table and Column Names

    I actually like spaces in conjunction with square bracket quoting (of course, to be used consistently for specifical lexical reasons).

    On a second note, I see people using camel case a...

  • RE: Help from Cortana

    I dunno. Voice is a SEVERELY limited bandwidth channel. It's slow, prone to numerous potential error conditions, and just plain tiring to use for extended periods.

    Yes, there are certain...

  • RE: Column Arrangement

    One reason to split a table vertically into a 1:1 relationship is when you don't need all the columns of a table to be used together. A good example might...

Viewing 15 posts - 211 through 225 (of 515 total)