Viewing 15 posts - 1,681 through 1,695 (of 1,839 total)
Maybe it wasn't clear, if you re-read my original post, I don't use the Script result constant within the ActiveXScriptTask (I don't think it would work, this would require a...
February 16, 2004 at 4:02 pm
Just adding a little more to the bellis' solution....
I hated it that every time my package wasn't meant to execute any further (due to the true/false, 0/1 etc) returned...
February 15, 2004 at 11:18 pm
hear hear on the DW Toolkit.
We also always try to extract the data to another repository (usually a DM), apart from being more cube friendly, it creates a change buffer...
February 15, 2004 at 4:48 pm
If you interested I can send you a copy of a windows service that I've just finished writing. I wrote it because we've come across similar issues, and I hate...
February 14, 2004 at 9:42 pm
Hey Steve,
At last, someone else to share my pain.... (I work for a company that has developed a web-based MSOLAP analysis tool).
I'm guessing that...
January 27, 2004 at 4:40 am
Not sure if this will help, but, if you search BOL for 'Mining Parameters', somewhere in your returned list (mines ranked 9th) is the topic Microsoft Decision Trees. Scroll down...
January 21, 2004 at 4:57 pm
A couple of ways to do it...
If you can see (ie connect to) both servers from within your AS Manager, then you could just copy and paste (either the...
January 21, 2004 at 4:48 pm
have you tried making all tasks/steps execute on main thread (i think it's in the workflow optiosn dialog).
January 20, 2004 at 5:36 pm
hey!! don't even *use* the word registry
You'll bring the net down.....
January 19, 2004 at 5:13 am
Tom Chester (http://www.tomchester.net) has a couple of examples... try http://www.tomchester.net/articlesdownloads/pass2002_codesamples.html and look for the 'Flexible Ranking" samples.
January 18, 2004 at 7:15 am
Hey SQLBill, at last, someone else as cynical as me! My first thought was that it was a hacked link, but it looks the goods to me.
And there I...
January 18, 2004 at 3:45 am
Going back to the original question re: using a DS as a datasource. As with nearly everything in Yukon (maybe it *is* everything ...
January 13, 2004 at 6:48 pm
Nico,
Is your source data in a format similar to:
date|product|Qty|SalesPrice
If so, why not do the derivation of unitprice at the view/table level, making the format:
date|product|Qty|SalesPrice|UnitPrice
where UnitPrice = SalesPrice / Qty .
This...
January 13, 2004 at 6:34 pm
Hi Andre,
This may sound like a stupid question, but have you loaded either the Developer, Enterprise or Enterprise Eval edition of AS/SQL? If not, calculated cells aren't supported (ie not...
January 11, 2004 at 9:52 pm
We made two pages!!
Which of course has prompted a new request... the link to the thread doesn't take you to the *current* page. Obviously a very easy thing to...
January 4, 2004 at 8:30 pm
Viewing 15 posts - 1,681 through 1,695 (of 1,839 total)