Viewing 15 posts - 46 through 60 (of 91 total)
Heres a stored procedure I wrote sometime ago to generate get, add or update and delete stored procedures so you get the performance benefit of sps. As the naming convention...
December 16, 2005 at 8:01 am
Thanks for the confirmation, I'll have to get back to the tool provider to get a work around..
December 2, 2005 at 3:35 am
December 1, 2005 at 2:50 am
{[100 * ([Dim1].[All].[Yes],[Measures].[Number]) / ([Dim1].[All].[Yes],[Measures].[Number])}on columns
from
[myCube]
{100 * ([Dim1].[All].[Yes],[Measures].[Number])}on columns
from
[myCube]
{ ([Dim1].[All].[Yes],[Measures].[Number]) * 100}on columns
from
[myCube]
December 1, 2005 at 2:36 am
My spanish isnt great but I think you mean that you cant connect to your cubes via the analysis services management tool - just run service pack 3 or 4...
November 30, 2005 at 10:12 am
In addition in AS2k (and probably 2005) you can add the same table twice, just alias it as another table which will enable you to accomplish the above without views.
November 30, 2005 at 4:19 am
Assuming the query is fine have you tried adding indexes (may use index wiz to analyse query), rebuilding indexes nightly, autoupdate stats etc. If youve done all the above look at...
November 15, 2005 at 4:44 am
could it cause an issue with space allocated in temp db/memory etc. when running queries etc, vaguely remember this being a preformance issue in 6.5?? Presumably if you allocate x bytes for...
November 14, 2005 at 10:13 am
To change the collation you can either detach the databases, change the server collation, rebuild the master database etc., reattach each user database and run the script below (wrote it...
November 9, 2005 at 7:56 am
change the mdx query to a string & you have to build up the mdx by inserting your dimension names.
e.g. "select measure on axis(0), [dim].[" & param1.value & "] or axis 1...
October 20, 2005 at 3:50 am
theres a sharepoint addin for OWC. Also take a lookup at the upcoming business scorecard manager as it does this very elegantly.
October 12, 2005 at 7:18 am
Ok this was escalated up and was caused by an invalid entry for index size which exceeded the 8060 byte limit - possibly a row overwriting next page in file??...
October 12, 2005 at 7:16 am
I've managed to get a backup to look at and we can reproduce the issue on sql server 7. The same table is ok on sql server 2k. So its...
September 23, 2005 at 11:45 am
the titles being truncate the full error is
[Microsoft][ODBC SQL Server Driver][SQL Server]SqlDumpExceptionHandler: Process 9 generated fatal exception c000008e EXCEPTION_FLT_DIVIDE_BY_ZERO. SQL Server is terminating
September 21, 2005 at 7:00 am
also its worked fine on sql 7 sites for some time & there hasnt been a patch for years. As its happened on two independent sites I can only think...
September 21, 2005 at 6:44 am
Viewing 15 posts - 46 through 60 (of 91 total)