dbTalk Databases Forums  

Optimal Performance

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Optimal Performance in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
christy
 
Posts: n/a

Default Optimal Performance - 08-03-2005 , 02:17 PM






Win 2003 Server Enterprise Edition
SQL Server 2000 Standard Edition
12 GB of phsical RAM
Lots of disk space

SQL Server and Analysis Services are installed on the same machine

1. added /PAE in boot.ini
2. added /3GB in boot.ini
3. exec sp_configure 'show advanced options', 1
RECONFIGURE
4. exec sp_configure 'awe enabled', 1
RECONFIGURE

5. I need to exec sp_configure 'max server memory', xxxxxx

Q1: how much max memory should I allow sql server to have? If I give it 8
GB, does that include (or not include) the 3 GB for Analysis Services?

Q2: Anything else I can do (not to go to sql server enterprise editon) to
boot analysis services performance?

Thanks much.




Reply With Quote
  #2  
Old   
Paul
 
Posts: n/a

Default RE: Optimal Performance - 08-04-2005 , 05:09 AM






Hi Christy,
A1) When you enable the 3GB switch, in effect you are asking windows to
donate 1Gb of its memory space to Analysis Services, in other words SQL and
AS will have their own memory spaces.
A2) What is the cause of the server loading - SQL is busy or very large
dimensions or lots of users? The cause needs to be determined to make it
clear what options you have.
Ta!
Paul

"christy" wrote:

Quote:
Win 2003 Server Enterprise Edition
SQL Server 2000 Standard Edition
12 GB of phsical RAM
Lots of disk space

SQL Server and Analysis Services are installed on the same machine

1. added /PAE in boot.ini
2. added /3GB in boot.ini
3. exec sp_configure 'show advanced options', 1
RECONFIGURE
4. exec sp_configure 'awe enabled', 1
RECONFIGURE

5. I need to exec sp_configure 'max server memory', xxxxxx

Q1: how much max memory should I allow sql server to have? If I give it 8
GB, does that include (or not include) the 3 GB for Analysis Services?

Q2: Anything else I can do (not to go to sql server enterprise editon) to
boot analysis services performance?

Thanks much.




Reply With Quote
  #3  
Old   
Dave McL
 
Posts: n/a

Default Re: Optimal Performance - 08-06-2005 , 06:55 AM



Standard SQL will address a max of 2GB of RAM, not sure about AS...

"christy" <christy (AT) discussions (DOT) microsoft.com> wrote

Quote:
Win 2003 Server Enterprise Edition
SQL Server 2000 Standard Edition
12 GB of phsical RAM
Lots of disk space

SQL Server and Analysis Services are installed on the same machine

1. added /PAE in boot.ini
2. added /3GB in boot.ini
3. exec sp_configure 'show advanced options', 1
RECONFIGURE
4. exec sp_configure 'awe enabled', 1
RECONFIGURE

5. I need to exec sp_configure 'max server memory', xxxxxx

Q1: how much max memory should I allow sql server to have? If I give it 8
GB, does that include (or not include) the 3 GB for Analysis Services?

Q2: Anything else I can do (not to go to sql server enterprise editon) to
boot analysis services performance?

Thanks much.






Reply With Quote
  #4  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: Optimal Performance - 08-08-2005 , 12:58 AM



Analysis Services Performance Guide
http://www.microsoft.com/technet/pro.../ansvcspg.mspx
Has lots of recomemndations, tips, tricks and ideas.
Good reading!
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.


"christy" <christy (AT) discussions (DOT) microsoft.com> wrote

Quote:
Win 2003 Server Enterprise Edition
SQL Server 2000 Standard Edition
12 GB of phsical RAM
Lots of disk space

SQL Server and Analysis Services are installed on the same machine

1. added /PAE in boot.ini
2. added /3GB in boot.ini
3. exec sp_configure 'show advanced options', 1
RECONFIGURE
4. exec sp_configure 'awe enabled', 1
RECONFIGURE

5. I need to exec sp_configure 'max server memory', xxxxxx

Q1: how much max memory should I allow sql server to have? If I give it 8
GB, does that include (or not include) the 3 GB for Analysis Services?

Q2: Anything else I can do (not to go to sql server enterprise editon) to
boot analysis services performance?

Thanks much.






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.