Forum Replies Created

Viewing 15 posts - 211 through 225 (of 669 total)

  • RE: Naming Hierarchies

    Again,

    It is important to understand that OLAP cubes are meant for end users(business users) who actually are the beneficiaries. Thus it is they who will decide what they want to...

    Raunak J

  • RE: Documenting a BI Project

    My two cents:

    Remember to make a good compiled document for all metadata and processes

    Raunak J

  • RE: Date table not in cube

    Cube wizard will just provide a "doable" structure. Good for learning. Cannot be used for live systems/projects 🙂

    Raunak J

  • RE: MDX queries

    Click here[/url]

    Raunak J

  • RE: MDX queries

    OK. This is the case of MDX member missing

    What version of Analysis service instance are you using

    Raunak J

  • RE: Data Mining with MS SQL Server 2008 (book)

    Reading!!!

    Worth a shot...

    Raunak J

  • RE: SSIS Package for Scrambling SSN Data

    The .NET library has a host of solutions for your need. Try implementing any of the algorithm within a Script Task/Component.

    Raunak J

  • RE: MDX queries

    SELECT [Measures].[M1] on 0,

    [Dimension].[DimensionName] on 1

    FROM CUBE

    Raunak J

  • RE: DO I Need to study SSAS first?

    Virender,

    Before OLAP, I would recommend you brush up your skills with DW principles. This will indeed help you a lot, in the longer run.

    Raunak J

  • RE: Process of SSIS

    da-zero (12/16/2010)


    Oh allright, it is for an interview. Why didn't you mention this in the beginning?

    Your answer should definately be:

    first yellow boxes. If you're lucky, green boxes. If not, red...

    Raunak J

  • RE: OnError Event Handler

    venus.pvr (12/13/2010)


    Hi,

    I have a package which calls Package1 and Package2. I have implemented an event handler which fires OnError,

    I have a ExecuteSQL task that logs the Error into a table.

    There...

    Raunak J

  • RE: How to use isnull for a datetime column

    I am not clear with your question.

    Anyways ISNULL('"Column_name")?"some_value_if true":"else_value_if_false"

    Hope this helps!!

    Raunak J

  • RE: Configure non window domain users to use SSRS

    I have an alternate approach,

    Implementation of a system wide Active directory for authentication of the users for report access is beneficial. I have tried this for hosting a report for...

    Raunak J

  • RE: Can I use a dataset to control access to a report?

    Using dataset you cannot restrict users to access reports. Though using your Report manager or Sharepoint you may achieve it with ease

    Raunak J

  • RE: Sending Email

    Can you please share your approach

    Raunak J

Viewing 15 posts - 211 through 225 (of 669 total)