Viewing 15 posts - 376 through 390 (of 1,492 total)
Lynn Pettis (4/19/2014)
SQLRNNR (4/19/2014)
Lynn Pettis (4/19/2014)
Greg Edwards-268690 (4/19/2014)
Lynn Pettis (4/19/2014)
It is amazing what crap advice people (Gail NOT included) give to others when they ask for help regarding suspect databases.
I...
April 19, 2014 at 8:40 am
Lynn Pettis (4/19/2014)
It is amazing what crap advice people (Gail NOT included) give to others when they ask for help regarding suspect databases.
I particularly like the fact that the thread...
April 19, 2014 at 7:42 am
Steve Jones - SSC Editor (4/17/2014)
WayneS (4/16/2014)
Steve Jones - SSC Editor (4/16/2014)
April 17, 2014 at 2:53 pm
Are you processing all dimensions first, then fact table?
And what is the performance processing 1 store at a time?
Generally, we would partition by year.
Clustered index on Business Unit, which would...
April 17, 2014 at 8:15 am
See if this helps.
Skip down to the loading partitioned table.
April 17, 2014 at 6:50 am
Can you give a few more details of how the tables are partitioned?
And have you tried single threading this process?
We had a mix of parallel and single threading loading in...
April 17, 2014 at 6:07 am
WayneS (4/16/2014)
Steve Jones - SSC Editor (4/16/2014)
April 16, 2014 at 2:59 pm
cook155 (4/16/2014)
So i did what you said. I went to the main security tab in SSMS and found the MSSQLOLAP and gave it adventure works dbo creator and reader...
April 16, 2014 at 8:03 am
This is something that they could document a bit better for the newbie.
The error kind of points in the general direction, but it's not exactly clear.
Probably more confusing by the...
April 16, 2014 at 7:59 am
cook155 (4/15/2014)
Is this is done by adding a log on in the SSMS? or making changes in my config. mangager?
SSMS.
It is just that the account SSAS is running under as...
April 16, 2014 at 6:40 am
Assuming SSAS and SQL are on the same server, the MSOLAP user was created on the machine at installation.
I usually verify that it exists under the under the main Security...
April 16, 2014 at 6:35 am
You might also see if you have an old copy of the original rdl to upgrade.
Many times I would start by making a copy of the whole project just so...
April 15, 2014 at 8:02 am
mah_j (4/13/2014)
April 15, 2014 at 7:40 am
Just a side note - I come from an SSAS cube background.
So these end up as dimensions.
Simplifies doing this quite a bit.
Especially when you combine with other dimensions, as you...
April 15, 2014 at 7:35 am
Posting scripts for table structure and script for some sample data will get a better response.
In general, it sounds like if you have a where statement that grabs YTD info,...
April 15, 2014 at 7:30 am
Viewing 15 posts - 376 through 390 (of 1,492 total)