Viewing 15 posts - 481 through 495 (of 1,353 total)
I would suggest that your date key be an small integer rather than a date data type. That would mean that there will be a day that is 1,...
July 1, 2016 at 8:27 am
So, it’s better to convert non-string data and use appropriate data types in the staging table.
Completely disagree. Your first job in extraction is to own the data. ...
July 1, 2016 at 8:19 am
maintainable and extensible. "Clever" solutions are almost always unmaintainable
You don't go into details, but I think I have to maintain some solutions you would consider "clever." And yes, they...
June 30, 2016 at 2:35 pm
Personally, I always thought database design belongs in the developer's hands.
It depends on the developer, but in most cases no. When I was a developer, it was okay, because...
June 27, 2016 at 6:49 am
likely not going to change to need hard RI
Will have to disagree. I've seen DW systems that without the hard RI end up with issues. With all of...
June 25, 2016 at 8:04 am
Have done OLTP databases from scratch, though not for a while. More common these days is to do OLAP from scratch. And while it's almost impossible to get...
June 24, 2016 at 9:39 am
But it IS hard.
It sounds hard only because someone else didn't follow the correct methods at the source data. If that's been done correctly, it's not that hard. ...
June 23, 2016 at 6:18 am
I do not create a primary key on fact tables unless I need to relate those facts to another fact table (in which case I add a surrogate key, identity,...
June 22, 2016 at 2:46 pm
One little point is that in a data warehousing situation you honestly believe that we're going to add referential integrity? These data marts are built by SSIS packages from sources...
June 22, 2016 at 7:40 am
They use disks on Star Trek: The Original Series, so maybe disks will make a comeback at some point.;-)
June 22, 2016 at 7:33 am
Is the original data column a varchar(max)? If so, this shows some of the potential hazard with using that data type instead of restricting it to some appropriate amount.
June 16, 2016 at 7:02 am
Trying to report off of tables that are constantly being backfilled with millions and millions of records of credit card information just doesn't work without the nolock, otherwise you'll be...
June 13, 2016 at 8:14 am
I find it odd that people use that justification for nolock when read committed snapshot gives you the same ability to read without being blocked and doesn't also sometimes return...
June 12, 2016 at 8:02 am
But, if you got caught flat footed and had to submit to being interviewed in the next 10 minutes, would you fail the interview just because you didn't have time...
June 11, 2016 at 3:29 pm
Besides, if you have to prepare for an interview, then you're not ready for the job.
Disagree. It never hurts to review the basics even though you know them to...
June 9, 2016 at 6:56 am
Viewing 15 posts - 481 through 495 (of 1,353 total)