Forum Replies Created

Viewing 15 posts - 481 through 495 (of 1,353 total)

  • RE: Dates in Fact or Dimention

    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,...

  • RE: SSIS Design Pattern - Staging Delimited Flat Files

    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. ...

  • RE: Have You Designed a Database from Scratch?

    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...

  • RE: Have You Designed a Database from Scratch?

    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...

  • RE: Tables, Primary Keys and Clustered Indexes

    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...

  • RE: Have You Designed a Database from Scratch?

    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...

  • RE: Tables, Primary Keys and Clustered Indexes

    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. ...

  • RE: Tables, Primary Keys and Clustered Indexes

    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,...

  • RE: Tables, Primary Keys and Clustered Indexes

    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...

  • RE: Byte Me: Behind Times

    They use disks on Star Trek: The Original Series, so maybe disks will make a comeback at some point.;-)

  • RE: Assign a single column query value to SSIS variable

    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.

  • RE: DBA career advice

    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...

  • RE: DBA career advice

    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...

  • RE: DBA career advice

    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...

  • RE: DBA career advice

    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...

Viewing 15 posts - 481 through 495 (of 1,353 total)