Viewing 15 posts - 106 through 120 (of 182 total)
If it's on all databases, you can use the undocumented stored procedure: sp_msforeachdb
May 5, 2005 at 2:22 pm
That's a limitation of AS, you can redesign the dimension by making groups of data.
Also, you can set the GROUPING setting of each level to Automatic, this will cause...
May 5, 2005 at 2:14 pm
We have some 'changing' dimensions here, the only issue is that every time you process the dimension, AS has to recalculate the aggregations of each cube containing the dimension, depending on how...
April 29, 2005 at 2:02 pm
We have Samba installed on our Unix-boxes and put our files on shared folders that can be accesed directly from windows.
April 1, 2005 at 12:58 pm
I've done this with calculated members using FORMAT_STRING, like this:
WITH MEMBER Measures.Profit AS'(Measures.[Sales] - Measures.[Cost])', FORMAT_STRING = '#,0.00'
March 31, 2005 at 1:10 pm
The sintax of the MDX is like this:
SELECT {[Dimension]} ON PAGES, {[Dimension]} ON COLUMNS, {[Dimension]} ON ROWS FROM [Cube]
Also, I think you can use the pivottable object to desing the report.
February 24, 2005 at 12:44 pm
We have an HP Proliant DL560 G1 / 4CPU and 8.5GB RAM, with W2003 Enterprise and SQL2000 Enterprise with SP3.
The system has enabled /3gb and /PAE switches in BOOT.INI.
When...
October 13, 2004 at 1:32 pm
Try to go to the directory where the files of the database are stored, then delete the files with the same name of the dimension. Start the server again. After...
August 6, 2004 at 1:53 pm
BOL = Books OnLine ..... The help for SQL and AS.
August 6, 2004 at 1:24 pm
I've just answered the question, but it appeared like the email (Enterprise Edition) and I answered 8GB because I assumed that you were talking about Advanced Server, but got it wrong!
What is...
July 21, 2004 at 2:19 pm
You can backup to network from EM, when you create the device or set the destination for the backup enter the UNC path, don't try to browse it since EM will...
June 28, 2004 at 1:04 pm
To update the sysservers table you have to run:
sp_dropserver old_name
GO
sp_addserver new_name, local
GO
This immediately changes the value in the sysservers table.
For the variable @@SERVERNAME to reflect the change, you have to...
May 11, 2004 at 1:39 pm
May 6, 2004 at 1:54 pm
In windows2003, you can run only SQL Server 2000 with SP3.
http://www.microsoft.com/sql/evaluation/sysreqs/2000/default.asp
April 21, 2004 at 1:39 pm
Viewing 15 posts - 106 through 120 (of 182 total)