Forum Replies Created

Viewing 15 posts - 46 through 60 (of 820 total)

  • RE: Legal/illegal characters in table name

    nason.peter (4/8/2015)


    To address the point of the question, it is interesting/important to note that the same rules apply to database, schema and column names so you could in fact have...

  • RE: State v Migrations

    I guess that I've been lucky. We made a decision that all of our clients have the identical schema even if there were tables that they were never likely...

  • RE: Byte Me: Shifting Gear

    Good one Wayne.

    A large organization that I attended installed a new HVAC system. The thermostats were replaced by sensors and the system centrally controlled. People started complaining that...

  • RE: Obedience Training For Databases: Cascading Constraints

    The point of the tiny fact table and foreign key is that to add new items is an INSERT. To change the check constraint you must drop the old...

  • RE: Obedience Training For Databases: Cascading Constraints

    Phil Factor (4/2/2015)


    However, Check Constraints are always important, and I cringe to see tables without them, just because I've witnessed, and sometimes experienced, many disasters caused by bad data getting...

  • RE: Byte Me: Shifting Gear

    I always said our old sys admin was a crank.

    Hey, I have bit-switched in my share of code on IBM as well. I hated and loved the old 1130....

  • RE: Obedience Training For Databases: Cascading Constraints

    I get what you are saying.

    Call me paranoid, but I prefer my constraints to *constrain*, not enable.

    The name of a thing should match what it does and a thing should...

  • RE: Obedience Training For Databases: Cascading Constraints

    I get the one dimension table used in a foreign key constraint and having it in a table rather than "in the code". There is no ALTER CONSTRAINT (IIRC)...

  • RE: Deploy the Database First

    TomThomson (3/27/2015)


    ...

    If you think JavaScript is painful you've clearly never attempted to write anything serious C++ or in VB or in JAVA.

    The JavaScript ghat I've seen uses type VAR for...

  • RE: Deploy the Database First

    Order by column number? Initially my application did not order the results in any way. My beta team complained that when looking at a list of 150 or...

  • RE: Common Mistakes

    Knut Boehnert (3/20/2015)


    #1 No documentation

    ...

    #2 Incomplete documentation

    ...

    #3 Inadequate documentation

    ...

    I'm working on a tool to help with this right now. First release is targeted for April.

  • RE: Byte Me: Shrinking Transactions

    They're only a few hundred calories each

    See! No fat on these bones!

    The poor admin is short-sighted. Some day it will bite him in the asterisk.

  • RE: Small Experiments in Data

    This a difference between misdemeanors and felonies. Surveillance footage can be used against someone breaking into a building but not used if someone is urinating on the building. ...

  • RE: Small Experiments in Data

    Eric while that seems perfectly reasonable to me I have been told differently. I am not a lawyer what I have heard is that this is so ingrained in...

  • RE: Small Experiments in Data

    Here in the central U.S. we are going through an interesting time with public data vs private data. But this data is not in a computer system per se.

    We...

Viewing 15 posts - 46 through 60 (of 820 total)