Forum Replies Created

Viewing 15 posts - 16 through 30 (of 211 total)

  • RE: How to write stored procedures in SSAS

    An assembly is written in .Net, so any .Net language would apply. MDX is the "data access language" (much like SQL).

    Cases for an assembly vary, and it's still an emerging...

  • RE: Error while processing CUBE - SSAS 2005

    No need to go the DTSX route (nor is it advisable).

    Simply change the threads on your process job to 1, and they'll process one at a time. (Then, you can...

  • RE: Error on Execute SQL Task

    Most likely, you didn't set the connection for the task.

  • RE: Error while processing CUBE - SSAS 2005

    You shouldn't be seeing a different performance profile running it via the designer vs running it in batch, so there's something fundamentally different between the two senarios:

    - How many threads...

  • RE: sending mails from ssas cubes

    First, you need to understand that "Actions" are simply "meta concept" in a MSAS cube. There's no "engine" ready and able to execute the action. In a way, it's only...

  • RE: System Error occured: Out Of Present Range

    [CandidateInfo].[DaysToScreening] can't have ".Children". It's an attribute, not a member.

    NB. Two things:

    Take the quotes off the expression definition. You'll then get inline syntax checking from most of he tools.

    Don't know...

  • RE: Which is faster for Mathmatical Operations?

    I doubt the asnwer has much to do with the relative mathematical speeds, and more to do with the overall I/O, Network, etc.

    In general, I'd expect that overall it would...

  • RE: Memory error: The operation cannot be completed because the memory quota estimate (4095MB).....

    To help you with the diagnosis, I suggest you post the following information:

    The following counts:

    - records per dimension

    - attributes per dimension

    - records in the fact table (or records per partition)

    As...

  • RE: Reverse engineering help needed

    There's a number of third party design tools which'll reverse engineer your database into a data model and help you start organizing and documenting the design. The problem space is...

  • RE: Perfomance problems with olap cube

    I'll have to concur with the previous comment that 20 dimensions are "alot". I'd go as far as saying it's huge.

    Examine your dimensions, and determine if any of them are...

  • RE: Monthly Report Using SSAS and SSRS

    Sounds like you're having a problem with your cube design.

    Check the Dimension Usage tab. Make sure that the cube has your time reference.

  • RE: Analysis Service Runs Out of Memory

    Ok, based on that information, that's a hefty cube. 10 Million rows isn a dimension isn't a trivial dimension, plus with 10 dimensions, the calculation space is huge. How many...

  • RE: No null values, but total amounts

    It's hard to tell from your post, exactly what you're trying to accomplish. However, some general guidelines:

    a) you need to carefully evaluate the data you're loading into the cube and...

  • RE: Data Aggregation While Cube Processing in AS2005

    Check the throughput on your database. In general, is you're not approaching 100% CPU utilization on your MSAS box, you probabaly can do better. Plus, better to separate your MSAS...

  • RE: Analysis Service Runs Out of Memory

    First, yes do the upgrade. There's important fixes in SP2.

    Second. You don't mention how big your cubs are. Also, what does your partition and aggregation design look like? (How many...

Viewing 15 posts - 16 through 30 (of 211 total)