Forum Replies Created

Viewing 15 posts - 76 through 90 (of 431 total)

  • RE: Loading from incrementals and dealing with the discrepancies of projection vs join

    Maybe I wasn't very clear. I meant that if you update the normalized warehouse first then populating a mart is as simple as an inner join between those two tables...

  • RE: OLAP versus Datamart STAR schema

    PaulB-TheOneAndOnly (2/14/2012)


    star schemas are not relational, they are dimensional.

    Maybe you don't really mean that Paul? Star schema is a design pattern quite commonly seen in relational database design. "Dimensional" models...

  • RE: Loading from incrementals and dealing with the discrepancies of projection vs join

    First update your normalized, history-preserving view of the data in the Warehouse with the data that changed. Then populate the denormalized star-schema Mart from that. The Mart may even be...

  • RE: Slowly changing periodic snapshot fact

    Hi Chris, I suggest you specify periods of time as half-open intervals (also called half-closed intervals). That means x is within the valid time period iff (start_time >= x <...

  • RE: Filtered Foreign Key

    okbangas (10/20/2011)


    A conceptual thought: We have now (from SQL Server 2008) got filtered indexes. What do you think of the idea of having filtered foreign keys as well. In the...

  • RE: Relational design question

    jarid.lawson (1/6/2012)


    I am working on a project, and I've hit a small-ish bump in the road. I have to link a client to multiple product types. I need this to...

  • RE: Is There Any Reason I Should NOT enable READ_COMMITTED_SNAPSHOT?

    David Moutray (12/27/2011)


    I am trying to convince my managers to allow me to enable READ_COMMITTED_SNAPSHOT on the databases for our production data warehouse. I have two questions for you,...

  • RE: Voluntary Constraint?

    GSquared (1/4/2012)


    For each pseudo-ID, there was only ever supposed to be one row marked active, and all the rest were to have a 0 in that column.

    How would you...

  • RE: Voluntary Constraint?

    From a SQL developer's perspective it is tempting to assume that data integrity should always be enforced by the database. Unfortunately SQL Server (like most SQL DBMSs) is only really...

  • RE: Database Designing issue

    Dev (12/25/2011)


    You can have a Normalized data warehouse but your data warehouse wonโ€™t be more than a Data Archival Server. You will kill your BI applications if you...

  • RE: Database Designing issue

    Dev (12/22/2011)


    Lamprey13 (12/22/2011)


    Koen Verbeeck (12/22/2011)


    <snip>

    It is perfectly acceptable to have a denormalized database design in a relational database, for example in a data warehouse. SQL still works, and...

  • RE: Relationships and Joins

    ggpevans (11/19/2011)


    Hello, I have searched far wide on two topics, with no luck.

    The two topics are

    a) Relationships

    b) Joins (Inner joins and cross joins etc)

    I understand that...

  • RE: Database Collation: Case Sensitive or Insensitive

    Jason Selburg (11/7/2011)


    I completely agree it's annoying as hell. What I'm looking for are arguments for and against. ๐Ÿ˜€

    I am 100% against CS, FYI.

    You are asking specifically about case-sensitivity for...

  • RE: Level 4: The Mathematics of SQL: Part 1

    Tom.Thomson (9/6/2011)It always amuses me when I see the claim that relational algebra is nothing to do with tables

    I guess it might amuse me too but I didn't notice that...

  • RE: Level 4: The Mathematics of SQL: Part 1

    Not a great start in my opinion:

    A relational database contains tables that relate to each other by key values

    Relational databases fundamentally have nothing to do with tables being related to...

Viewing 15 posts - 76 through 90 (of 431 total)