Viewing 15 posts - 121 through 135 (of 1,353 total)
Use them all the time now. With SQL I design primarily OLAP databases. For the designs over which I have complete control, the schemas for the tables identify the source...
November 15, 2018 at 7:11 am
Thank you for bringing this to our attention. This doesn't make it easy, but it is certainly easier.
October 29, 2018 at 7:20 am
that in a year of development, they never had to roll back any changes.
That's good. A testament to good testing as well as good development. But that doesn't...
October 24, 2018 at 6:40 am
Different clients have different setups. But one for which I do the most development set up a very consistent Dev and Prod environment and it makes things so much easier. ...
October 12, 2018 at 7:54 am
I'm suggesting that you don't need to ignore performance for the sake of accuracy and...
October 1, 2018 at 1:17 pm
A further word on speed. I have taken ETL processes that previously took hours and by redesigning them made them much faster. Recently I took another one that was taking...
October 1, 2018 at 11:54 am
And that takes some serious design work. ...
October 1, 2018 at 11:51 am
Heh... performance is second only to accuracy so I'll have to disagree with the notion that...
October 1, 2018 at 10:41 am
this is becoming the standard at least in this space and it makes sense to me!
This has been the standard in data warehouse design since the mid-nineties...
October 1, 2018 at 7:35 am
What are you trying to do? STARTTIME is already a datetime. Why are you casting it as a datetime?
September 27, 2018 at 9:06 am
Thanks. I agree with you and plan to use check constraints as a compromise as I seem to be losing this battle.
I've lost those battles before only to...
September 26, 2018 at 7:11 am
I would still caution that too many "it depends" becomes "I'll do it like I want without understanding why the best practice is the best practice." Just an observation that...
September 24, 2018 at 8:02 am
I should have sad doesn't prove anything relevant to the original post.
September 14, 2018 at 1:10 pm
I mean that it will usually be impossible to tell whether Table C is joining to the initial state of A or joining to the results of joining A...
September 14, 2018 at 1:04 pm
Viewing 15 posts - 121 through 135 (of 1,353 total)