DCSIMG
המידע שקיבלת במסגרת בלוג זה הינו מידע כללי בלבד ואין לראות ו\או להסתמך על מידע כאמור כייעוץ ו\או תחליף לייעוץ מכל סוג שהוא ו\או להסתמך עליו לעניין כלשהוא. April 2008 - Posts - Business Intelligence,Technology, Thoughts, Thinking
Sign in | Join | Help

April 2008 - Posts

SSAS 2008 Aggregation Manager

At TechEd2008 at EILAT I was talking about SSAS2008 new feature.

Well, one of them is the aggregation manager which is EMBEDDED in the visual studio.

Those of you, who used it at the 2K5 version, had to download the N+BIDS HELPER from CODEPLEX and install it ... it was not so easy to install extension on the PRODUCTION machine, although it was quite good.

Well 2K8 has it inside, with much more new feature. Such us union the aggregation you manually made with the usage based optimization.

If you ask: "hey, what about remove duplicate?" well the application do a distinct query for you, so you don't have to worry about it.

Have Fun!

RONEN

Running SSIS on 64 BIT ITANIUM and read from ORACLE

Hi ALL,

Those of you who has no other choice but running SSIS on 64 BIT ITANIUM which is not so nice..., should try this settings:

1. Install ORACLE (64-bit) 10.2.0.3 for Windows x64. (latest patch)

2. Define at the environment variable the path to ORACLE HOME .

3. If you had scripts written on 32BIT , you have to compile them on 64 bit, a typical workaround is to open them and define recompile=true on the target machine.

4. If the source table has a Numeric or Currency data type, try to transform them into string and then to the MSSQL correct data type.

Finally, don't give up during the process, there is a rumor that sql2K8 will have the driver!!!Stay tuned,

Ronen