Forum Replies Created

Viewing 15 posts - 1,036 through 1,050 (of 1,353 total)

  • RE: Writing Nearly Codeless Apps: Part 1

    even if in most places (as you assert) they are doing it consistently and systematically

    I didn't assert that; I only took issue with your assertion to the contrary.

    Like you, I...

  • RE: Writing Nearly Codeless Apps: Part 1

    RAP is in the same spirit. The objective is to properly and systematically do what most programmers currently do both imporperly and inconsistently. They do these things poorly because they're...

  • RE: User::Variable not being updated in an SSIS Package

    What you're seeing is normal. I have never seen the value of the variable updated after the execution of the package.

    Neither have I, so I assume that's the expected behavior....

  • RE: Writing Nearly Codeless Apps: Part 1

    In a typical development the schema design is done by a database guy who is obsessed with micro-optimization of individual tables. He fusses over minimizing table size and deciding things...

  • RE: SSAS Newbie question

    You don't say what version of SQL Server you are using, but your question is very broad. I would suggest googling some of the items. If you prefer...

  • RE: adding a time dimension problems

    I would refer you to Ralph Kimball's work on Date and Time dimensions, such as in The Data Warehouse Toolkit 2nd Ed. There have also been some recent articles...

  • RE: adding a time dimension problems

    BTW, rather than call the dimesion Time, call it Date or even Calendar. One day you may need to add Time, and you'll be glad you did.

  • RE: adding a time dimension problems

    I agree that the date should be an integer, but I disagree that it must be a human readable one. Human readable ones have the advantage of being readable,...

  • RE: Time Dimension

    Check the sort order for that property. It's probably set to Name, which is the default. Change it to Key.

  • RE: SSAS question

    I am pretty sure that you are allowed nulls in dimensions, in fact tables it is generally a bad idea.

    Although perhaps technically allowed, it would be better to subsitute...

  • RE: Time Dimension

    SSAS should know it's an integer as long as the source field is an integer. What exactly is the issue? The order of the weeks?

    Also, recommend...

  • RE: Year To Date as MDX in cube? or just query?

    The entire idea is to store date as an unique integer value for performance enhancements

    This isn't the entire idea. The calculations can also be done much easier. ...

  • RE: How to change a relationship between a dimension and fact table?

    Since then I’ve realized that I should have created one of the relationships between a fact table and dimension table using two columns instead of the one column that I...

  • RE: Calculated Member Problem

    My point was not that solve order wouldn't matter. It was simply not to get hung up on that. Try the formula first. I have seen examples...

  • RE: Year To Date as MDX in cube? or just query?

    I have some very complex (at least they seem so to me) time queries in my cubes, and they don't kill performance. It is important, however, to have date...

Viewing 15 posts - 1,036 through 1,050 (of 1,353 total)