Viewing 15 posts - 46 through 60 (of 78 total)
Great. I am going to start working on the dev for this. Appreciate the help.
June 9, 2014 at 1:44 pm
Let me ask you this. If I was to never tear down any dim and instead use incremental loading in my ETL process to insert/update/delete, could that be a...
June 9, 2014 at 12:51 pm
Well that is a good point you made. I suppose that these dims do NOT need to be broken down and rebuilt every night. For example, I have...
June 9, 2014 at 12:37 pm
Unfortunately, YES. I am having to rebuild the dimensions every night because the data in them could change any day. If I cannot do anything given my situation...
June 9, 2014 at 12:09 pm
As of now, there are several nonclustered indices placed on the fact table. (these were built to help improve the querying of the BO reports) We do have...
May 15, 2014 at 8:24 am
Thanks Steve. Last question. Let's say partitioning is not an option and I don't want to use the partition view, are there any other things I can do...
May 14, 2014 at 2:52 pm
Thanks Jeff. I will read up on this. Sounds like my only option right now and would be better than using just this stand alone table. Thanks...
May 14, 2014 at 2:38 pm
stevefromOZ (5/14/2014)
Poor man's partitioning (though, this was the way we all used ot have to do it 😀 ) -> Partitioned Views. Details from msft here.
Is this essentially...
May 14, 2014 at 2:12 pm
Well, my dreams may have been crushed. I tried to create a Partition Function and when I hit the execute button I got the following message:
Partition function can only...
May 14, 2014 at 1:59 pm
GilaMonster (5/14/2014)
May 14, 2014 at 1:17 pm
This could be what is confusing me. This is the clustered index I have on the table and there are also several other nonclustered indices.
USE [APSB_STAR]
GO
/****** Object: Index...
May 14, 2014 at 8:37 am
Im not really sure how to go about getting the range of keys that I want deleted.
May 14, 2014 at 8:23 am
That was definitely the problem. Thanks so much.
May 14, 2014 at 6:50 am
I have other indices that are longer in length that return without truncation. I am using this script in an ETL package, btw.
May 13, 2014 at 4:01 pm
I changed my index to a clustered index with just the School_Yr column and reran my TSQL. It completed in 10 mins.
May 8, 2014 at 10:04 am
Viewing 15 posts - 46 through 60 (of 78 total)