Forum Replies Created

Viewing 15 posts - 796 through 810 (of 1,353 total)

  • RE: SSIS - Input Excel file - updating Table - conditional split?

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

  • RE: How do I calculate the subtotal for a calculated column using the subtotals of the other columns used in the calculation?

    More information is needed to see what you are doing. A picture of what you currently see would also be helpful.

  • RE: What's a trusted FK?

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

  • RE: time range dimention based on a number

    I recommend a table that is then turned into a dimension. It will give you more flexibility to add/change things.

  • RE: Data Warehouse - Design Questions

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

  • RE: Data Warehouse - Design Questions

    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.

  • RE: new to everything sql

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

  • RE: Always Abstract

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

  • RE: Always Abstract

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

  • RE: Always Abstract

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

  • RE: SSAS 2008 R2 - Drillthrough Actions

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

  • RE: Always Abstract

    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.

  • RE: Always Abstract

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

  • RE: Always Abstract

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

  • RE: Always Abstract

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

Viewing 15 posts - 796 through 810 (of 1,353 total)