Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: Error Handling in SSIS

    Thanks for the quick reply. The version I am using is 2008 R2.

    I can get it to work if I can wrap that statement in a Try Catch but I...

  • RE: Error Handling in SSIS

    Hello, Great article.

    Actually the initial article is missing an "&".

    I am having some issues with it though.

    I tried debugging it and it fails on:

    Dim objColumn As Object = columnValue.GetValue(Row,...

  • RE: Dimension reuse with different name in the Cube.

    Bussiness Objects is the tool we use.

    The BO tool will not be able to change the level names.

    Any other ideas?

  • RE: Performance Problem

    Chek the use of indexes, if the are not the same try to Hint them:

    ..................

    FROM Table1 (INDEX = idx_index_name)

    ............

     

    Sometimes if you use calculation in the joins it does not use...

Viewing 4 posts - 1 through 4 (of 4 total)