Viewing 15 posts - 31 through 45 (of 49 total)
thanks for your replies. I was thinking that too, to be honest, that 1 tool and 6 months is not nearly enough time. However let me tell you about the...
June 7, 2011 at 11:45 pm
To update : The issue is I don't want to lose the unique reference numbers from the table as I also want to be able to drill down directly to...
April 28, 2011 at 1:20 am
No help so far?
I'm so close to smashing my head into concrete! I imagine the logic is about SCOPING the dimension to only the skill group top level, performing the...
March 19, 2011 at 7:37 am
My only concern with moving to SSIS is my experience performing tasks such as lookups from OLE DB sources operations are SLOW, really slow compared to SQL code.
I appreciate just...
March 18, 2011 at 4:25 am
Thanks guys - both suggestions will work and from your advice, I think i'll stay away from the UNION approach and just plump with either a staging table or insert...
March 15, 2011 at 7:13 am
I have had a similar issue. I deleted the cube and then re-deployed it with the new name. Issue resolved.
Backup the cube first, though.
February 28, 2011 at 4:48 am
amit_gupta01 (1/12/2011)
January 12, 2011 at 6:18 am
You know, I thought his reply was rude and was elitist - but then i researched who he was and removed my post berating his communication style because I thought...
December 30, 2010 at 2:48 pm
Dave Ballantyne (12/23/2010)
You need a list of 5 minute intervals betweeen '07:45:00' and '20:15:00' that are between the start and stop time on wfm_actualactivity.
Is that correct...
December 24, 2010 at 7:29 am
Dave Ballantyne (12/23/2010)
Create Table #Source
(
dateRaw datetime,
Agent varchar(20),
Exception varchar(20),
e_start datetime,
e_end datetime
)
go
Insert into #Source(dateRaw,Agent,Exception,e_start,e_end)
select '2010-01-06',...
December 23, 2010 at 5:04 am
23,000 rows ish.
with 1500 rows per day.
December 23, 2010 at 5:02 am
Yes. Well, any interval really, I would much prefer 1 minute intervals, the problem is query time which is why it's 5 minutes.
The source table looks something like this.
date, agent,...
December 23, 2010 at 4:16 am
Frustrating. Reading through this thread a smile grew on my face as I realised I had found the resolution to my issues.
Alas not. I have exactly the same problem as...
December 13, 2010 at 8:20 am
gtschech (11/11/2010)
RonKyle (11/9/2010)
I started when I was assigned to determine why a data cube created by a consultant was not producing the correct data.
This seems to be a pattern......
November 11, 2010 at 3:55 am
Viewing 15 posts - 31 through 45 (of 49 total)