Forum Replies Created

Viewing 15 posts - 301 through 315 (of 1,354 total)

  • RE: Table Design

    Adding my vote against the use of GUIDs except for certain circumstances.  Replication comes to mind.  With the sequence numbers, there's no longer any need to use them to maintain...

  • RE: Start Fixing Your DB with Better Code

    i totally believe in making use of stored procedures and feel that all data operations should be conducted there as it's much closer to the data and far more...

  • RE: Start Fixing Your DB with Better Code

    RonKyle - Thursday, November 16, 2017 12:53 PM

    rat's nest of stored procedures

    What do you mean by this? My understanding is that stored...

  • RE: Start Fixing Your DB with Better Code

    rat's nest of stored procedures

    What do you mean by this?  My understanding is that stored procedures are the way to go for DML commands.  The business rules...

  • RE: Start Fixing Your DB with Better Code

    No-one sets out to do a crap job. Most people want to do the right thing.

    Not entirely sure about this, or perhaps it's just a disagreement...

  • RE: Dynamically Create Warehouse Dimensions

    Thanks! That was very helpful.  It's possible that only one would be checked per person, but it's also very possible that multiple checks could apply.  But all the choices are...

  • RE: Dynamically Create Warehouse Dimensions

    As it's not a junk dimension, it unfortunately doesn't help.  It's not clear to me what business or technical problem is being solved by this method.  Can you include a...

  • RE: Dynamically Create Warehouse Dimensions

    I've been doing OLAP designs for a long time now and I don't understand what you're doing here.  A clearer explanation at the beginning and maybe some illustration of what would look...

  • RE: Referencing the same table multiple times

    RonKyle - Wednesday, November 1, 2017 1:31 PM

    the DST thing disappear entirely. Nothing but a PITA, and that's being generous.

    Gives us more...

  • RE: Referencing the same table multiple times

    the DST thing disappear entirely. Nothing but a PITA, and that's being generous.

    Gives us more daylight in the evening during summer instead of in the morning...

  • RE: Referencing the same table multiple times

    I still don't see the use case. NULL is NULL. An "unknown" bucket doesn't have a lot of meaning beyond knowing how much of your data...

  • RE: Referencing the same table multiple times

    relatively slow (it takes 10 minutes to do a full run).

    If that's really the full run time, that's very fast for a data warehouse ETL.  I've seen...

  • RE: Referencing the same table multiple times

       A day has exactly 86,400 seconds in it. The valid times stretch from 00:00:00 to 23:59:59 using hh:mm:ss notation. If you have 86,401 records in...

  • RE: Default variable assignment

    If '' (empty string) had been a possible answer, I would have selected that.  That was what I worked out before looking at the answers.  This taught me that the...

  • RE: Timing is Everything

    I've worked with consultants who would want to repeat columns in different tables "to reduce the joins that would be necessary."  In the beginning I'd go along with some of...

Viewing 15 posts - 301 through 315 (of 1,354 total)