February 25, 2021 at 9:53 am
I am using SQL Server 2008 R2 Express edition. I have already set Maximum Server memory to 2Gb.
Is there any benefit if I Change it from 2Gb to 3Gb?
February 25, 2021 at 10:19 am
That rather depends on the amount of memory your machine has and what else is running.
Incidentally SQL 2008 R2 is out of extended support so you may want to upgrade to a more recent version to get security patches.
February 25, 2021 at 11:01 am
no benefit - Express will use a maximum of 1 GB for database engine
February 25, 2021 at 3:37 pm
Get the Developer Edition, that would allow you to use more RAM and give you many other added capabilities as well.
SQL DBA,SQL Server MVP(07, 08, 09) "It's a dog-eat-dog world, and I'm wearing Milk-Bone underwear." "Norm", on "Cheers". Also from "Cheers", from "Carla": "You need to know 3 things about Tortelli men: Tortelli men draw women like flies; Tortelli men treat women like flies; Tortelli men's brains are in their flies".
February 25, 2021 at 4:09 pm
Just be careful what you use the Developers Edition for. If the databases on your SQL Express system are production databases in any way, shape, or form, it's a flagrant license violation to use the Developers Edition for such a thing.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 26, 2021 at 1:01 pm
Just be careful what you use the Developers Edition for. If the databases on your SQL Express system are production databases in any way, shape, or form, it's a flagrant license violation to use the Developers Edition for such a thing.
This. So very much this.
The Developers Edition is excellent and a useful tool... for development and testing. It can't be used in any kind of production capacity.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply