Viewing 15 posts - 241 through 255 (of 596 total)
You can use the ASSP project GetCubeLastProcessedDate function to get the last time a cube was processed:
http://asstoredprocedures.codeplex.com/wikipage?title=CubeInfo&referringTitle=Home
You could query this from your database using OpenQuery from your DB.
Alternatively if you...
June 4, 2015 at 1:36 am
Isn't it just something like:
<Batch xmlns="http://schemas.microsoft.com/analysisservices/2003/engine" Transaction="true">
<Delete xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">
<Object>
<DatabaseID> OLAPDatabase </DatabaseID>
...
June 2, 2015 at 7:29 am
Yep, you can get that using the techniques in those two links. Just forget about the SUM part.
May 30, 2015 at 10:38 am
A couple of ways this can be done......
with LAG:
or with VBA Now() and DateAdd:
http://mikedavissql.com/2013/07/22/creating-a-rolling-date-range-named-set-in-mdx/
May 30, 2015 at 10:30 am
*Sucks teeth like a mechanic*
Oooookay. As ever with this type of thing the answer is definitely "it depends".
I would never completely ignore them though (particularly 2, 4 and 6...
May 30, 2015 at 6:18 am
This will get you started:
https://dwbi1.wordpress.com/2011/06/06/ssis-updating-a-variable-based-on-database/
May 21, 2015 at 2:57 am
Have a read of this article from this very site: http://www.sqlservercentral.com/articles/Cursor+vs+Recursive+CTE/99795/
It has the answers that you seek.
May 19, 2015 at 6:37 am
Do you have Evaluate as Expression set to True?
May 14, 2015 at 9:52 am
RVO (5/12/2015)
I cannot edit Expression Builder.There is no button to click.
Any suggestions?
I have
Visual Studio 2005
Version 8.0.50727.4039(QFE.050727-4000)
No more context than just the above? No? The expression editor appears in numerous places....
May 13, 2015 at 4:02 am
You're running out of memory. Is there any value in the BLOBTempStoragePath property of the data flow task? If not then try to add one with adequate storage - this...
May 13, 2015 at 2:13 am
Generally it's polite to provide a little bit of context when posting questions on here.
The error is probably the comma at the start of the expression ("0,01" instead of...
May 12, 2015 at 7:53 am
Unless you created the Tabular Model using Excel (Powerpivot) then you have to manage custom calculations at server level. You have a number of options which are detailed here: https://msdn.microsoft.com/en-us/library/hh212939.aspx
May 6, 2015 at 7:21 am
VRT (5/5/2015)
OLAP\Query\DefaultDrillThroughMaxRows
and also the RAM memory size also you may need...
May 6, 2015 at 2:09 am
Without knowing how your attributes and hierarchies are defined (or what they're called) or having any code that you may have tried it's a bit hard to help. However I...
May 5, 2015 at 5:46 am
Viewing 15 posts - 241 through 255 (of 596 total)