Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by MDXer

  1. MDXer

    ROLAP and MOLAP Definitions

    I will start a thread later today discussing the differences as I have experienced. I will do my best to get this done. I have been away from here for about 6 months for health related issues but am trying to get back and contribute.
  2. MDXer

    What Is A 'Slice' In Slice And Dice?

    Ties, have a star for a very well worded explination.
  3. MDXer

    ROLAP and MOLAP Definitions

    ROLAP MOLAP and HOLAP are simply storage modes for your data. Some products are one or the other where MS SSAS allows you to choose. Simply put MOLAP (Multidimension OLAP) Data is preaggregated and stored in a non RDMS file system. MOLAP storage tends to produce the fastest cubes when...
  4. MDXer

    How to use foreach container

    do the filenames following a similar pattern? If so you can read the file names based on patter matching.
  5. MDXer

    Disabling Data Flow Transforms

    That will disable the entire dataflow, but if you want to disable 1 task within a dataflow you can't.
  6. MDXer

    Disabling Data Flow Transforms

    No you can't disble transfoms in the data flow. Your best bet is to save versions of your file.
  7. MDXer

    DERIVED COLUMN SYNTAX HELP

    This type of work maybe easier to do on the server as part of a source query if the source is SQL Server.
  8. MDXer

    Best way to do two different lookups against same reference table?

    without knowing the details all I can say is depends.
  9. MDXer

    Best way to do two different lookups against same reference table?

    Utilize 2 lookups the first you will want to use full cache and the second use partial cache. The partial cache will actually query the table for the record needed and then cache the record when found so additional references to this record need not be queried.
  10. MDXer

    Problem Using a View with SSIS Package

    could you paste the error message not everyone has access to online storage sites.
  11. MDXer

    Complex Oracle Query with Bind Variables

    If your query is that large and complex have you considered breaking it into smaller queries and or pushing off some elements of the query to SSIS? I can't imagine SSIS not being able to replicate some of the functionality of your query.
  12. MDXer

    Complex Oracle Query with Bind Variables

    If you utilize an OLE DB connection SSIS can handle any oracle query that you can execute. Store yuor query as a variable and then in your oledb connection use the variable as your query source.
  13. MDXer

    Bidder offers alternate solution

    The problem as I see it is you submitted requirements how detailed they were I do not know, and what you recieved was what you asked for. Even if you had said I am open to other options if companies deal with a lot of requests most people have done the research and want a price for what they ask...
  14. MDXer

    MS Excel and MSSAS

    it probably depends what you are trying to do.
  15. MDXer

    Oracle Destination Data Flow Transformation

    If you have SQL 2008 it is included but you have to install it seperately. If you don't have it in one of the Microsoft SQL directories you can get it here. Microsoft Connectors for Oracle and Teradata by Attunity

Part and Inventory Search

Back
Top