Viewing 15 posts - 346 through 360 (of 1,353 total)
You didn't necessarily do anything wrong. There was hopefully a steering committee adjudicating these changes and deciding what was worth it and what wasn't. I've never worked at a one-size-fits-all. ...
June 12, 2017 at 6:50 am
Thanks for this final section. I'm upgrading a data warehouse from 2005 to 2016. Based on what I'd read about columnstore indexes up to this point, it didn't seem possible...
June 7, 2017 at 7:16 am
"Can't convert Unicode to Non-unicode data type".
On reviewing this, I'm still unsure what the overall goal is. But when I import from Excel, I create a...
June 6, 2017 at 7:18 am
Not an explanation of your problem, but in our warehouse we tend to drop indexes then truncate/load then recreate the indexes. It is generally a lot quicker on low-spec...
June 1, 2017 at 8:09 am
I'm simply asking for an example, that I can test myself, where using an INT provides better performance results than using a date/time data type.
Try adding...
May 31, 2017 at 8:38 am
No one has been able to demonstrate that the use of INT date/time keys providing any functionality that isn't supplied by the use of actual date/time keys... None, zip,...
May 31, 2017 at 7:52 am
I have a data warehouse with some accumulating snapshot type fact tables, all of which have dates and several of which have times at different levels of granularity, with minute...
May 30, 2017 at 5:49 pm
It sounds like what you are referring to is a "junk dimension." These can be used to avoid several small dimensions that have only a few answers to each. They...
May 29, 2017 at 7:50 am
Thanks for the tip. There was no question that had the majority for the answer. Not sure if the other answer was from the question writer that he would wait. ...
May 24, 2017 at 10:55 am
If 4 is correct, less than 30 percent of respondents... |
May 24, 2017 at 10:38 am
It's been a whole day and there's been no comment from the author of the question about all the comments that say it's number 4, and if it will be...
May 24, 2017 at 7:16 am
Not to mention that initials can change. I have comments in my code for who authorized a change that are no longer valid because the young lady...
May 24, 2017 at 7:11 am
I often get the feeling I'm the only person who still reads Dr. Codd's papers
You aren't, though it's been years and I can only follow the math to...
May 23, 2017 at 10:49 am
That isn't a natural key. It is using a surrogate key from another system.
We may have a difference of definition, but I consider the key generated by...
May 23, 2017 at 8:17 am
I also take the time to make them user friendly names except in the case (as has already been pointed out) in temp tables. Definitely a good habit to get...
May 23, 2017 at 7:53 am
Viewing 15 posts - 346 through 360 (of 1,353 total)