Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 would max memory including SSIS and SSAS memory

Author  Topic 

fshguo
Starting Member

4 Posts

Posted - 2008-03-27 : 22:16:19
Hello, I understand that we should use SSMS -> Server Properties -> Memory to put a cap on the SQL server memory usage, therefore it gives some space memory for OS, this is based on the fact if the max memory is not specified, SQL will use whatever available memory and eventually crash the system.

My question is that when a server has SSIS and SSAS services installed along with the SQL service. Would the max memory setting covers the SSIS and SSAS memory usage, or the SSIS and SSAS has to shared the memory with OS?

Thanks,
fshguo.


rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-03-27 : 22:52:39
No, you have to leave enough memory for ssis and ssas.
Go to Top of Page
   

- Advertisement -