-
- Expert
- Posts: 235
- Liked: 37 times
- Joined: Aug 06, 2013 10:40 am
- Full Name: Peter Jansen
- Contact:
SQL server express limitations, am I in trouble now?
Going through the new V7 userguide I noticed in the planning and preparation topic the following @page 130(earlier userguides didn't mention this):
For the Backup Server:
Important!
Due to its limitations, Microsoft SQL Server Express Edition should only be used for evaluation purposes or in case of a small-scale production environment. For environments with a lot of VMs, it is necessary to install a fully functional commercial version of Microsoft SQL Server.
So, I am wondering, what are a lot of VMs, do we talk hunderds or thousands of them? I am trying to figure out if this is of any impact for us. Guess that using a commercial product of sql server will require licenses to be acquired, and obviously will cost money.
For the Backup Server:
Important!
Due to its limitations, Microsoft SQL Server Express Edition should only be used for evaluation purposes or in case of a small-scale production environment. For environments with a lot of VMs, it is necessary to install a fully functional commercial version of Microsoft SQL Server.
So, I am wondering, what are a lot of VMs, do we talk hunderds or thousands of them? I am trying to figure out if this is of any impact for us. Guess that using a commercial product of sql server will require licenses to be acquired, and obviously will cost money.
-
- Chief Product Officer
- Posts: 31803
- Liked: 7298 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: SQL server express limitations, am I in trouble now?
Up to a thousand.
-
- VeeaMVP
- Posts: 6165
- Liked: 1971 times
- Joined: Jul 26, 2009 3:39 pm
- Full Name: Luca Dell'Oca
- Location: Varese, Italy
- Contact:
Re: SQL server express limitations, am I in trouble now?
Hi, as an example, in our environment we started having problems with SQL Express when we first passed around 500 VMs, and the problem was about CPU, being the Veeam Server a VM too. SQL Express is limited to only 1 CPU and anytime we run something heavy on Veeam we were seing the sql service hitting only a vCPU for long period of time. This was in particular really noticable during Veeam service startup.
Obviously , the swap to SQL Standard solved all these problem.
Luca.
Obviously , the swap to SQL Standard solved all these problem.
Luca.
Luca Dell'Oca
Principal EMEA Cloud Architect @ Veeam Software
@dellock6
https://www.virtualtothecore.com/
vExpert 2011 -> 2022
Veeam VMCE #1
Principal EMEA Cloud Architect @ Veeam Software
@dellock6
https://www.virtualtothecore.com/
vExpert 2011 -> 2022
Veeam VMCE #1
-
- Product Manager
- Posts: 20400
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: SQL server express limitations, am I in trouble now?
For other SQL express limitations kindly refer to this article. Thanks.
-
- Expert
- Posts: 235
- Liked: 37 times
- Joined: Aug 06, 2013 10:40 am
- Full Name: Peter Jansen
- Contact:
Re: SQL server express limitations, am I in trouble now?
Ok thanks for the replies. This is something that I have to keep in mind. We've just started rolling out Veeam B&R and passed the thousand vm's quite a while ago..
@Luca: that was processing/ backing up 500 VM's? I mean having jobs defined for them and everything else that comes with it.
making use of a distributed setup with more backupservers seems like a fair option for me to avoid acquiring a seperate sql version.
@Luca: that was processing/ backing up 500 VM's? I mean having jobs defined for them and everything else that comes with it.
making use of a distributed setup with more backupservers seems like a fair option for me to avoid acquiring a seperate sql version.
-
- Veeam Software
- Posts: 1818
- Liked: 655 times
- Joined: Mar 02, 2012 1:40 pm
- Full Name: Timothy Dewin
- Contact:
Re: SQL server express limitations, am I in trouble now?
Also if you are planning on using the Veeam Explorer for sharepoint, you should consider the fact that it needs a local staging server
http://helpcenter.veeam.com/backup/70/v ... erver.htmlAs the staging system, you can use the Microsoft SQL Server Express 2008 R2 SP1 that is shipped with the Veeam Backup & Replication setup. However, consider that content databases that exceed 10 GB cannot be attached to this SQL Server.
-
- Expert
- Posts: 230
- Liked: 41 times
- Joined: Feb 18, 2011 5:01 pm
- Contact:
Re: SQL server express limitations, am I in trouble now?
What is the process for upgrading a vCenter SQL Express installation to SQL Standard.
-
- VP, Product Management
- Posts: 27371
- Liked: 2799 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: SQL server express limitations, am I in trouble now?
Here you go the instructions to follow > http://kb.vmware.com/selfservice/micros ... Id=1028601
-
- Lurker
- Posts: 1
- Liked: never
- Joined: Oct 15, 2015 3:12 pm
- Full Name: Eric Thompson
- Contact:
Re: SQL server express limitations, am I in trouble now?
Can it be assumed that the "up to a thousand" is still the limitation and a deciding factor to use SQL Express vs SQL if using version B&R v8 or v9?
Stated another way, can B&R v8 or V9 with SQL Express be used in an environment with less than 1000 VMs?
Stated another way, can B&R v8 or V9 with SQL Express be used in an environment with less than 1000 VMs?
-
- VP, Product Management
- Posts: 27371
- Liked: 2799 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: SQL server express limitations, am I in trouble now?
Yes, you can use SQL Server Express edition with VBR v8/v9 when protecting 1000 VMs.
-
- Chief Product Officer
- Posts: 31803
- Liked: 7298 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: SQL server express limitations, am I in trouble now?
Our official recommendation these days is up to 500 VMs... this thread above is 2 years old, and our product has much evolved since then, so we do much more with the configuration database than we used to, which loads it more than it used to.
If you need to go above 500 VMs on Express, then make sure you are using SQL Express 2014. Thing is, SQL Server 2014 has some significant improvements under the hood which really helps to reduce load on the database server... this was arguably the most important release in the history of SQL Server
Also, be sure to install v8 Update 3, as we've done a lot of work there to reduce load on SQL database.
If you need to go above 500 VMs on Express, then make sure you are using SQL Express 2014. Thing is, SQL Server 2014 has some significant improvements under the hood which really helps to reduce load on the database server... this was arguably the most important release in the history of SQL Server
Also, be sure to install v8 Update 3, as we've done a lot of work there to reduce load on SQL database.
Who is online
Users browsing this forum: Bing [Bot] and 111 guests