Viewing 15 posts - 1,756 through 1,770 (of 1,839 total)
Typically you'd do this using look-ups but these are a little slow in DTS (SQL 2K). If you can, load your data to a staging table and do your...
August 16, 2003 at 6:06 am
I think I have it sussed, I finally got it to return *exactly* the same result as Excel. I think the problem (re: the last param inclusion or noninclusion)...
August 6, 2003 at 4:58 pm
Hi Jeff,
I think what you're looking for here can be found in the cube roles. AS access is driven solely by Windows authentication, so each role can have members...
August 6, 2003 at 7:26 am
Geez I hate maths....
I got it to work but not being overly into stats, I can't say that this is actually going to help....Anyways, here's the code, a simple example...
August 6, 2003 at 7:03 am
Hi Ray,
You can aslo use SQL to access the cubes (there shopuld be a post about how to do this *somewhere* back in the history of this forum), but it's...
July 30, 2003 at 5:48 pm
Hi Ray,
Normally conversion is not overly easy (I used to open the cubes up in Excel and use it's local cube saving functionality). But, there is a really cool...
July 30, 2003 at 5:42 pm
Hi Nico,
I mucked about using the same technique but not using DSO (same concept different requirement). I basically gave it up. Although you can do error handling (of...
July 29, 2003 at 9:50 pm
Hi Colin,
Have you optimised the model? You may/may not be able to do this based on your current join strategy.
By optimising the model (where possible) it means that the...
July 27, 2003 at 1:44 am
Hi Scott,
have you got the latest MDAC installed on the client machine (ie where the crystal is installed)?
When you try to connect, do you see one or two MSOLAP drivers?...
July 27, 2003 at 1:34 am
As a slight twist on Michaels suggestion, we always try to use negative numbers (e.g -1 = n/a , -2 = unknown etc) for these types of placeholder/catch-all values, this...
July 7, 2003 at 4:32 pm
Not sure about using the Excel functions in TSQL, but to use them in AS, you do need Excel installed.
If you're wanting to use PV in TSQL you could...
July 1, 2003 at 8:35 am
Hi Elizabeth,
Is there a reason why you are creating a calc measure for this? If not, can't you just use the measure "Standard2" as it is, remove the lowest...
July 1, 2003 at 8:12 am
Hey BABs,
As far as migrating from DEV to PROD, there's a few options. You could archive the database on the dev server, and then restore it to the Prod...
July 1, 2003 at 7:17 am
Workaround is Office XP related (repair), true fix is as per Ryans suggestion.
Jason, check out msdn article with your issue ->
http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b297232
Steve.
July 1, 2003 at 6:10 am
Hi Krishan,
YOu might want to try posting import/export type questions in the DTS forum.
Having said that, it sounds like you will want to use DTS to load the excel data...
June 26, 2003 at 10:26 pm
Viewing 15 posts - 1,756 through 1,770 (of 1,839 total)