Viewing 15 posts - 886 through 900 (of 1,839 total)
It's a guess but i'd say the datatype of your tblReferralTransferStatus.DateModified is a varchar not a datetime, so RS has provided you with the appropriate data entry control for varchar...
April 13, 2007 at 8:55 am
Hi Tiago,
Quick question on when you forced the MaxParallel, why did you set it to one? You'd need to set it to >=2 to see any parallelism?
Have you also read...
April 13, 2007 at 8:51 am
It's been a while but with ASCMD you supply an xmla command file? If yes, then have you set the degree of paralellism you want to run under? Same with...
April 11, 2007 at 7:54 pm
Not sure on #2 (i need to go back and look at the vst again) but I think #1 is covered in the readme -> ensure the help is in...
April 11, 2007 at 11:05 am
Forgot to mention Tom Chesters Excel documentor for As2K too, i think it's still available here.
Cheers,
April 10, 2007 at 9:06 pm
There's definitely a post-creation documentor (I think from Aus, this is the link from a previous post). If you're stuck with AS2K there used to even be a Word...
April 10, 2007 at 9:01 pm
Hey Steve, it's off topic but you know the add *below* your editorial, for E2E Training? I would love to learn a 'mythology' to follow for my AS projects!
April 4, 2007 at 8:38 am
have you looked at the following? http://support.microsoft.com/kb/922656
Remember, when using Visual Studio, changing from Debug to Release can mean different 'runtime' settings, so maybe check your project properties, see what...
March 29, 2007 at 7:50 am
Either use logging or tracing to review the query that AS is sending to SQL, most likely for the fact processing (but could be a larger dimension, you'd need to...
March 27, 2007 at 8:10 am
Your assumption is correct. In each location that the UserName() function is being used (which returns your Username, hence the [machinename\administrator] reference in the errors), it's trying to string that...
March 23, 2007 at 8:07 am
Can you post the contents of the MDX script for the cube? ie open it in dev studio, go to calculations, change to script mode (from form mode) and the...
March 22, 2007 at 8:21 pm
I'm not sure on how you'd ensure it gets ordered correctly, maybe you could re-org it in Reporting Services. But I would try using a combination of the GENERATE function...
March 22, 2007 at 8:17 pm
I think this is available on OLAP datasources only in Office/Excel 2007. This page indicates that Excel 2003 supports this functionality only for non OLAP sources. This page...
March 22, 2007 at 8:09 pm
Did you follow the link? ![]()
That link should take you directly to the SQL Server Analysis Services 2000 Operations Guide (or Ops Guide...
March 12, 2007 at 8:22 pm
I knew I'd seen *something* *somewhere* --> try the Ops Guide. This is a link directly to a sample script for changing the data dir -> http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/anservog.mspx#EPLAG I would...
March 12, 2007 at 1:52 pm
Viewing 15 posts - 886 through 900 (of 1,839 total)