Viewing 14 posts - 1 through 14 (of 14 total)
Thanks Des. You've pointed me to a possible solution.
May 17, 2017 at 7:58 am
Okay, in that case, I've modified the table script provided previously, so all the data appears on the same date. But there are two distinct groups to work with
May 17, 2017 at 4:43 am
Thanks for the tip with formatting query etc.
The only thing I have to go on is the Value/NextValue and whether it's InSequence or not, which I've already derived...
May 17, 2017 at 3:56 am
Date may come in useful but you can have several groups within the same date unfortunately.
May 17, 2017 at 3:20 am
Thanks for the reply. Looking at it, it's the only logical explanation that the datepart(ww... is returning the incorrect number.
I have checked the regional settings on the windows server and...
October 24, 2016 at 9:08 am
Yes, the "new" data is viewable in BIDS, in SSAS and when you create a new connection to the SSAS database via Excel. It is only some older reports that...
August 19, 2015 at 3:59 am
I've figured it out. A nested StrToMember (with the right syntax) worked:
WITH DYNAMIC SET [Test] AS
StrToSet
(
"
ParallelPeriod
(
[Finance Date].[Year-Week].[Week],
7,
StrToMember('[Finance Date].[Year-Week].[" + Cstr(datepart("yyyy",now())) + " Week " + Cstr(datepart("ww",now())) + "]')
)
"
)
SELECT {[Test]} ON...
December 19, 2013 at 8:45 am
Yes. We are running SQL2008R2 SP2 Enterprise Edition. We had applied SP2 on Thursday 22nd. Performance ground to a halt on Monday 26th. We rebuilt all statistics on this key...
August 30, 2013 at 7:31 am
Hi Grant, thanks for the reply. I have just double checked and it is not a filtered index.
NameUpdatedRowsRows SampledStepsDensityAverage key lengthString IndexFilter ExpressionUnfiltered Rows
_dta_stat_244664415_1_2_15_7_3_8Aug 29 2013 5:02PM4699995811024NO NULL46999958
August 30, 2013 at 7:08 am
Loundy (5/24/2013)
May 24, 2013 at 5:44 am
Loundy (5/24/2013)
I've had this before when a process is using the DB I was trying to shrink. run an SP_who2\SP_whoisactive to find out what it is.
However, do you actually...
May 24, 2013 at 4:34 am
Jeff Moden (11/6/2012)
November 6, 2012 at 7:37 am
Thanks for the suggestion but that's not possible, as Server is hosted at a remote site.
November 6, 2012 at 4:05 am
Viewing 14 posts - 1 through 14 (of 14 total)