Viewing 12 posts - 1 through 12 (of 12 total)
This will return the top 5 populous countries sorted in DESC order, followed by the top 5 States/Provinces (in the world) in the same DESC order.
SELECT [measures].[population] on...
August 30, 2011 at 3:48 pm
I'm getting a strange result from the following. Any clues as to why?
{[Date].[Calendar].[Calendar Quarter].[Q1 CY 2007].firstsibling}
Returns itself, Q1 CY 2007 (ok I understand that)
{[Date].[Calendar].[Calendar Quarter].[Q2 CY 2007].firstsibling}
Returns Q1...
August 30, 2011 at 12:02 pm
I'm going to leave this right here, even though I think it might just get answered in the next Stairway article.
In the example from STEP 3, how could I sort...
August 29, 2011 at 3:07 pm
This error popped up for me just a minute ago as well. All I did to fix it was change the DelayValidation to True on the connection manager AND...
July 7, 2011 at 3:46 pm
Just came here to say that I too use the prefixes of fact_ , dim_ and stg_ for my tables. I've played around with using schema's as a form...
May 16, 2011 at 7:00 pm
+1 for Kimball SCD. However, there are times when you can still use the standard SCD component that is default in SSIS. For example if your dimension table...
February 1, 2011 at 6:20 pm
I came here to suggest Robocopy as well. We've used it before when moving large mdf files from what drive to another. I use a Execute Process...
February 1, 2011 at 6:10 pm
Daniel Bowlin (12/9/2010)
January 5, 2011 at 6:16 pm
I would populate the FACT table with only those accounts whose status in the dimension has a Start_Date and an End_Date (Effective date and Expiry). With those two dates...
January 5, 2011 at 5:37 pm
I use a current record column which I call is_current. 1 = TRUE, 0 = FALSE. If I wanted to see the order in which that particular records'...
January 5, 2011 at 5:27 pm
Have you considered creating your own sp that will reindex only certain tables on a specified day? In other words, reindex your tables in batches, which are run on...
February 11, 2010 at 10:40 pm
Hello Greg. I do know of a way to do both things that you are asking, but my answer will be based on a few assumptions
1) It is not...
February 8, 2010 at 12:21 pm
Viewing 12 posts - 1 through 12 (of 12 total)