Viewing 15 posts - 121 through 135 (of 185 total)
If your fact table or dimension tables grow and you reprocess your cube, your aggregations will remain unchanged, unless you chose to amend them manually. However, if you add a...
May 6, 2005 at 2:19 am
I thought the question (How can I reset the dimension member counts automatically?) was about to follow.
May 5, 2005 at 6:54 am
Statement or question?
May 4, 2005 at 3:21 am
May 4, 2005 at 3:18 am
similar post -
Hope this helps.
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=19&messageid=117285&edit=failed
March 4, 2005 at 4:12 am
Heres an example of how to get excel data from a SQL task
INSERT INTO customer
SELECT F4 AS Cust
, F5 AS LVL
...
February 28, 2005 at 8:28 am
You may want to read the section called "Memory Settings" from the following link.
http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/anservog.mspx#ETAA
February 24, 2005 at 6:48 am
I'm unsure of the precise nature of this but I do believe that 2005 will have a profiler for OLAP which should make it easier.
January 28, 2005 at 4:02 am
similar link with brief explanation of how we do it
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=17&messageid=141851#bm141944
January 27, 2005 at 3:52 am
I've enabled the /PAE switch and bumped up my threshold to 2.7Gig and as of yet (2 days) not had any memory problems.
Thanks for the help nice people.
January 27, 2005 at 3:48 am
I usually get this type of error when theres a problem with the source. I would suggest that whoever has rights to amend the package enable package logging. This will...
January 11, 2005 at 4:59 am
This could be a virtual memory issue. See -
Have you used Perfmon object Analysis Server: Agg Cache – Evictions/Sec to see if the cleaner thread is evicting entries....
January 11, 2005 at 4:55 am
Apparently MSAS 2005 will be able to address 3 gig (32bit version) and the 64bit will still be able to access as much free memory as there is on the...
January 7, 2005 at 2:31 am
My personal favorite is (for all you Brits out there) –
Select convert(varchar(10),dateadd(month,1+datediff(month,0,getdate()),0)-1,103) AS [EOM]
January 5, 2005 at 4:03 am
Hi, Happy New Year
There are two very basic options. The first is to generate a DTS package that performs all the tasks you need, alternatively, you could split the tasks...
January 5, 2005 at 3:42 am
Viewing 15 posts - 121 through 135 (of 185 total)