Viewing 15 posts - 1 through 15 (of 65 total)
stevefromOZ (9/28/2010)
September 29, 2010 at 2:17 am
my 2p...
pro-SQL
any power users that use SQL are unlikely to know or switch to MDX. as a rule, a fair amount of people will know SQL, but very few MDX....
September 27, 2010 at 8:07 am
number of twitter users using the site to answer their homework questions
😀
September 27, 2010 at 7:53 am
(without knowing much about sharepoint...)
sounds like a permissions issue
how about copying it to a local temporary directory and then connecting?
September 21, 2010 at 9:28 am
are you developing on the dev server or on a desktop?
i ususally develop on the dev server and use "localhost" in my connections...
September 21, 2010 at 9:26 am
how are you processing your cube?
September 13, 2010 at 3:48 am
you will need to do it in MDX
use SSMS to create an MDX query, it's easier than doing it in VS, you get the intellisense and drag-n-drop
it will be something...
September 13, 2010 at 3:41 am
make a dimension from your primary key and do a reconciliation
September 13, 2010 at 3:33 am
got it, was a case of registering the DLLs
April 28, 2010 at 8:29 am
Lowell (4/28/2010)
that's the issue i think; trying to use...
April 28, 2010 at 7:58 am
hi, thanks for the quick reply
surely they have the 64 bit drivers installed if i can see it in the 64 bit odbcad32 and create a working DSN there?
April 28, 2010 at 7:42 am
aha, just had the same problem myself
open the database in SSMS and right click on the dimension, script dimension as, create to
change the ID to whatever you like and change...
April 20, 2010 at 9:20 am
ok, got this working, although not brilliantly
firstly: whilst there is no DistinctSum, there is a DistinctCount, use this and get it working with the thing you want to DistinctSum to...
April 8, 2010 at 2:18 am
here's my 2p
print convert(datetime,cast(2009*10000+3*100 + 5 as varchar(8)),112)
just wondered exactly the same question...in fact here is my last day of the month bit
set @DealDateTo=dateadd(dd,-1,dateadd(mm,1,convert(datetime,cast(@DealYear*10000+@DealMonth*100 + 1 as varchar(8)),112)))
March 29, 2010 at 9:45 am
Viewing 15 posts - 1 through 15 (of 65 total)