Viewing 15 posts - 766 through 780 (of 3,233 total)
By the way, the last 2 articles in Bill Pearson's link deal with cube storage and partition management. These may contain the info that you're looking for.
January 8, 2010 at 3:19 pm
Not that I know of. It looks to be just instance level. This sounds counter productive considering the nature of Analysis Services and how it is file based...
January 8, 2010 at 3:14 pm
By the way, this would entail you getting your data value into the pipeline as a column in the dataset. You could easily do this using the Derived Column...
January 8, 2010 at 3:07 pm
Why not lose the variable declaration and pass in the 2 parameters like normal?
Update data.Table1
Set EndDate = ?
Where ID = ?
January 8, 2010 at 2:55 pm
Right-click on the Analysis Services instance in SSMS, go to properties, and look at the DataDir property. This should correspond with where the files are on disk.
As...
January 8, 2010 at 2:46 pm
Another thing I didn't mention is just ask questions. Don't be afraid to ask questions 'cuz that's how you'll learn. If you have cursors that you just don't...
January 8, 2010 at 11:01 am
Colder.
Overnight lows tonight to be between -20 and -25. That's straight temp, no windchill. I think my weekend project this week will be building an igloo in my...
January 8, 2010 at 9:21 am
itsmeman (1/8/2010)
Here we write cursors because it is pre-determined and believed that it keeps better...
January 8, 2010 at 9:15 am
Lynn, I think he is saying that both should have been corrected. I think this was an oversight in the example data.
Anyhow, here's a start. This will identify...
January 7, 2010 at 2:44 pm
I would gladly trade my snow shovel for shorts and t-shirts. All of the snow and cold started here the day after I returned from the Bahamas. Back...
January 7, 2010 at 1:34 pm
Great. We can go with using the first (lowest ID) as the valid ID. Now, one more thing that needs cleared up and I think Lynn touched on...
January 7, 2010 at 1:24 pm
itsmeman (1/7/2010)
January 7, 2010 at 12:36 pm
CirquedeSQLeil (1/7/2010)
Still warm here 😀
The high temp tomorrow is -4. Overnight windchill lows of -30 to -40.
Any temperature that is positive and 2 digit would feel warm....
January 7, 2010 at 12:09 pm
Well, not really. I see what you are saying, but I'm still not getting what makes a user ID valid. By the OP's definition,
A valid ID would...
January 7, 2010 at 12:04 pm
First of all, thank you for creating the DDL, sample data, and desired results. This makes a HUGE difference when trying to help someone. You'll find that you...
January 6, 2010 at 2:31 pm
Viewing 15 posts - 766 through 780 (of 3,233 total)