Viewing 15 posts - 316 through 330 (of 1,839 total)
You can definitely query the management views (DMV) and there's also (from 2008) the MDW. A few articles on that here and on using it with SSAS here.
December 14, 2010 at 2:59 pm
If you want to get really snazzy and generate the 'optimum' partitions for the data set, you could try using the SolverFoundation sample (description found here, search the page...
December 10, 2010 at 9:22 am
Things to check are the disk I/O and also the network performance. Based on you saying that when it's Virtual -> virtual, it's reasonably fast, it's more likely the...
December 6, 2010 at 3:39 pm
Great spackle Jeff! Thanks for putting this brief article together - an easy and informative read.
cheers,
November 30, 2010 at 9:27 pm
"Sort of" π
If you mean, to have a Server based instance of this PPivot database, do I need SharePoint? Then yes, you do.
If you mean, can I deploy my...
November 29, 2010 at 2:46 pm
I can't remember exactly what I've been NDA'd to say or not say, so, I'll let Chris Webb say some of it π
Some notes from recent PASS summit[/url]
But in general,...
November 29, 2010 at 1:54 pm
I tend to agree with you. The simple .Split() style function would push the data into an array, and then you could test for empty 'cells'. The...
November 19, 2010 at 11:28 am
James,
Short answer, AFAIK, you can't do it the way you want to do it. What you can do, is add additional rows to the P-C table (ie Department...
October 22, 2010 at 1:08 pm
Do you want to be able to modify the sort, or have it come out specifically in (say) ASC order? If it's the latter, then why not set the...
October 22, 2010 at 12:55 pm
and to answer the question - no, the only squiggly i get is a blue one, on the dim root, telling me i should do the right thing and create...
October 22, 2010 at 10:36 am
Ok, on my local 2008R2 Developer (so Enterprise), I hadn't actually set a Name for the attribute (lazy but hey, it's a test). But when I did, I selected...
October 22, 2010 at 10:35 am
Mark,
What version SSAS are you using? I ran up a quick test in 2008R2 and also 2005 and can't get either to throw the errors you've mentioned.
Below is the...
October 22, 2010 at 8:26 am
Oh, quick clarification on the 'free' comment - these services *are* free, ie you get SSRS and SSAS and SSIS with a SQL Server license, *but*, if you end up...
October 21, 2010 at 10:34 am
Well, you could start by looking at the 'free' tools that come with the SQL Server licenses you have, namely Reporting Services and Analysis Services. If you also have...
October 21, 2010 at 10:33 am
.... you could try (psuedo code) ....
Hey Brandi - pseudo code means just that π I'm not a huge fan of the SSIS scripting language so it was easier...
October 20, 2010 at 6:06 am
Viewing 15 posts - 316 through 330 (of 1,839 total)