Viewing 15 posts - 76 through 90 (of 431 total)
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...
February 15, 2012 at 2:03 pm
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...
February 14, 2012 at 9:27 pm
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...
February 14, 2012 at 9:17 pm
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 <...
January 18, 2012 at 2:44 pm
okbangas (10/20/2011)
January 12, 2012 at 4:11 pm
jarid.lawson (1/6/2012)
January 11, 2012 at 1:35 pm
David Moutray (12/27/2011)
January 4, 2012 at 2:59 pm
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...
January 4, 2012 at 7:51 am
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...
January 4, 2012 at 6:17 am
Dev (12/25/2011)
December 28, 2011 at 4:25 am
Dev (12/22/2011)
Lamprey13 (12/22/2011)
Koen Verbeeck (12/22/2011)
It is perfectly acceptable to have a denormalized database design in a relational database, for example in a data warehouse. SQL still works, and...
December 23, 2011 at 1:31 pm
ggpevans (11/19/2011)
The two topics are
a) Relationships
b) Joins (Inner joins and cross joins etc)
I understand that...
November 20, 2011 at 3:16 pm
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...
November 12, 2011 at 11:36 am
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...
September 6, 2011 at 7:18 am
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...
September 5, 2011 at 1:23 pm
Viewing 15 posts - 76 through 90 (of 431 total)