Viewing 15 posts - 901 through 915 (of 1,839 total)
Not sure if it's covered off int he Market Basket Analysis info but you could try an alternate Distinct Count (e.g. as a calc measure) that may provide the outcome...
March 12, 2007 at 12:15 pm
It's been a while since looking at AS2K, so best use a test environment to check this but...
I think the datadirectory is a property of the server (either through right...
March 9, 2007 at 1:12 pm
Are you using Perspectives, and if so, did you 'lock down' the visibility within these?
Are you able to query just that attribute through a hand written MDX query in SQL...
March 9, 2007 at 1:09 pm
Can you post the MDX that you're using to generate the dataset?
March 7, 2007 at 1:55 pm
Seriously, is it that hard for you to google (or dare i say it, use Live Search) the Msft site for this info? Even going straight to Microsoft.com has the...
March 6, 2007 at 11:16 am
Is it the *build* thats taking 45min + or the *query* times?
If it's the query time(s), then see if you can log the mdx (in most cases with AS2K this...
March 5, 2007 at 9:27 am
The guides arent in BOL but are viewable on the msft site -> performance and Operations.
I'm not sure why you'd want (need) to create indexes on your columns...
March 5, 2007 at 9:23 am
I know it's a pain but I would be temtped to run profiler (or tool of choice) when processing to try and catch the exact cuplrits (holder of the lock...
March 5, 2007 at 8:37 am
If you have the correct edition of AS, ensure that the data is partitioned, then you could load the partitions in parallel.
Depending on your data sizing, 5 years in 45...
March 5, 2007 at 8:33 am
Start at the source.... http://support.microsoft.com/gp/cp_dst
March 5, 2007 at 8:30 am
One thing that jumps at me out of that is the change from encrypting with the user key. If the info is/was encrypted with a user key but then a...
March 2, 2007 at 10:30 am
Have you got processing logging turned on on the AS server? Possibly it may give you a little more detail than what DTS is capturing. Have you also checked the...
March 2, 2007 at 9:10 am
Something yet nothing ![]()
Because the document is XML it refers to a namespace (which can be used by the app [Analysis Services] to ensure...
March 2, 2007 at 8:40 am
Note also that SSIS has quite good suport for reprocessing AS objects too.
reference is not quite true - doesn't this refer to how you want...
March 2, 2007 at 7:23 am
It's been a while bu tthe way I read the error message is that the dimension Client Code of the cube (ARM_Comm....) has no source data. Have you tried manually...
March 2, 2007 at 7:19 am
Viewing 15 posts - 901 through 915 (of 1,839 total)