Viewing 15 posts - 796 through 810 (of 1,353 total)
Tell your DBA to consider putting the staging tables into their own schema. I call mine "Temp", but "Staging" or "Landing" would be good names. This might remove...
September 16, 2013 at 7:23 am
More information is needed to see what you are doing. A picture of what you currently see would also be helpful.
September 16, 2013 at 7:14 am
If it helps get this done faster, I'm eager to read the article already. I didn't know what this could have meant, but reading the blog at the link...
September 6, 2013 at 9:43 am
I recommend a table that is then turned into a dimension. It will give you more flexibility to add/change things.
August 30, 2013 at 8:21 am
Also, a cardinal rule in data warehouse efficiency is to never join one fact table to another fact table. If you do, all bets are off for getting a response...
August 29, 2013 at 9:55 am
Fact tables wind up effectively being many-to-many joins between the various dimensions.
I don't think it's oversimplified at all. I think you got it.
August 29, 2013 at 7:28 am
I wonder how you even know you want to be a DBA if you don't know anything about it? I think most of us are accidental DBAs in the...
August 27, 2013 at 7:14 am
Presumably (although you say you want to normalise) you won't have any tables in any normal form, because that would requires primary key constraints that the database will enforce, which...
August 26, 2013 at 8:13 am
Trouble is that you appear to want an absolutist position that there's no business logic in the database, even if you have to redefine the term "business logic" to exclude...
August 23, 2013 at 12:28 pm
Not really. If I take what you have said literally I can derive some consequences which I am pretty sure you don't intend.
It's not my intention to write a book...
August 23, 2013 at 8:00 am
I'm not exactly sure what the issue is as the drill through is of course supported in the Standard edition. Is the issue that the values on which they...
August 23, 2013 at 7:57 am
Perhaps I have taken my anti-trigger zealotry a bit to far.
There is a role for triggers, but an anti-trigger bias isn't a bad thing.
August 22, 2013 at 3:29 pm
You didn't answer my question: if you believe that business logic in the database is a bad thing, do you forbid it altogether and refuse to permit any normalisation to...
August 22, 2013 at 10:13 am
The database can be a choke point but it isn't always.
The application may be performing poorly, but it's not a chokepoint in the sense that the database is. ...
August 22, 2013 at 7:06 am
no-one held it today, but you are showing me that I was absolutely wrong about that.
Well, then I'm glad. However, I didn't create that. As at...
August 22, 2013 at 7:02 am
Viewing 15 posts - 796 through 810 (of 1,353 total)