Viewing 15 posts - 76 through 90 (of 212 total)
Yes but you might want to update or rebuild the dimensions so that they pick up data from the TEST region.
Jez
November 3, 2008 at 1:52 am
Kimball's books are about data warehousing and not about cubes. The way I look at DW is that star schema is implemented in a database (in our case SQL...
October 31, 2008 at 5:18 am
If you have done only what you have said then it will still show the DEV data. You will need to change the connection properties for each data source...
October 31, 2008 at 4:48 am
Steve,
I confess to being a bit a lazy and not wanting to create a new partition each month. I want this to be as automated as possible so if...
July 24, 2008 at 11:20 am
Dave,
Thanks for the info.
This is work is part of a larger project to migrate a database from SQL 7 to (don't laugh) SQL 2K - I know it doesn't make...
July 24, 2008 at 11:14 am
Dave,
I am running MSAS on a virtual server with a single processing core. I plan to create partitions for the current month and other partitions based on year (the...
July 24, 2008 at 9:45 am
Sandra,
Did you get an answer to this?
Jez
July 18, 2008 at 10:21 am
You cannot create a workflow between a task and a connection. Select the task and then select (using ctrl) the data pump task to add the workflow.
Jez
July 18, 2008 at 8:13 am
Probably the best option.
You can always come back for more tips on tuning.
Jez
July 18, 2008 at 5:09 am
Tuning is a massive subject and no one solution fits every situation. There is lots of discussion on this site about tuning so have a browse around the site...
July 18, 2008 at 3:31 am
Do you know what part of the DTS package takes the time? I suspect that it is the transfer of data from Oracle. Are the users experiencing blocking...
July 18, 2008 at 2:44 am
What indexes do you have on the fact table?
I typically have a composite primary key consisting of the keys from the dimension tables and I cluster this index with the...
July 18, 2008 at 2:37 am
There is no way to run the queries in parallel within a stored proc.
There are a couple of things you could consider:
1. Create a DTS package with each query...
July 18, 2008 at 2:26 am
In AS 2000 (not sure about AS 2005), when you right click on a cube and select process, the next screen has three radio buttons: incremental update; refresh data; full...
July 16, 2008 at 8:51 am
I had this situation before and it was caused by parameter sniffing.
Imagine a table of everybody in the world:
select *
from world
where country = 'Belgium'
Assuming an (non clustered) index on country,...
May 6, 2008 at 4:14 am
Viewing 15 posts - 76 through 90 (of 212 total)