Question

According to MSDN, the memory limit for SQL Server 2008 Standard edition is 64 GB. Does anyone know if this total is for SQL Server only, for each service you run on that instance (SQL, SSAS, SSIS), or a single total that is shared among all services you run within that instance.

For example, if I want to allocate 64 GB of memory to SQL, will there be any memory available under my license for me to run any other services on that instance?

Note: This is not a question about physical memory limitations, as my server has more than enough physical memory to meet my allocation requirements. I am only curious to know if I will be limited by the license itself.

Was it helpful?

Solution

It looks like it's 64GB limit is per instance, not server. Other people were asking the same question in this article... http://www.brentozar.com/archive/2010/06/sql-server-r-standard-supports-less-memory/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top