Veeam SQL Server 2014 Standard Installation
Veeam uses SQL as the backend for the configuration database. ย By default, if you choose no other option, the installer will install SQL Server Express 2014 as the backend for your configuration database. ย One must think about this choice carefully when considering which direction to take especially since there are certain limitations to using SQL Server Express editions compared to a Veeam SQL Server 2014 Standard Installation.
SQL Server Express:
- Uses a fixed amount of RAM
- Can only use the first CPU by default – can be configured to use up to 4
- Database size cannot exceed 10GB – According to Veeam’s documentation, this is more than enough for around 400-500 VMs. ย However, if you plan on exceeding that number of VMs it is advisable to go to SQL Server Standard. ย Also, if you are going to use Veeam Explorer for mounting Sharepoint or SQL server DBs for granular restores, this uses the local SQL instance as the staging area for that. ย In most environments, production DBs will exceed 10GB, so the Express Edition will not be able to support those larger sizes.
If you need the scalability and DB size support mentioned above, you will need to install SQL Server Standard.
Veeam SQL 2014 Installation
After mounting the SQL 2014 Media, we can enter our product key on the first screen.
License agreement acceptance.
Here we see everything checks out except Windows firewall, but this is expected as we don’t have any exceptions as of yet for the SQL ports and connectivity.
We select theย SQL Server Feature Installationย on the Setup Role screen.
Next, we select our features. ย Here we only need to select the followingย Database Engine Services,ย Client Tools Connectivity,ย Management Tools – Basic,ย Management Tools – Complete.
Since this is the only SQL instance that is configured on this SQL server, the default instance is left selected here. ย No need to change it if not needed.
Here we can setup special accounts if we so desire to run the SQL Server Agent , SQL Server Database Engine, and SQL Server Browser services under. ย Or, you can leave the default accounts setup.
On theย Database Engine Configuration screen, we can setup specific directories if we want to store the database, log, and backup files. ย Sinceย we are using a second partition to house SQL DBs, logs, and backups, we can set those in theย Data Directoriesย tab.
After all the configurables are complete, we areย Ready to Install.
After a few minutes, the installation of SQL Server 2014 Setup is complete. ย You should see that all tasks are in theย Succeeded status.
Thoughts
Deciding uponย Veeam SQL Server 2014 Standard Installation vs simply sticking with the SQL Server Express install will depend on the requirements of your particular environment, but in many cases on production systems, you will want to use full blown SQL instead of the bundled SQL Express instance. ย Often many find the Express instance works fine for a while, but when environments grow, the Express instance is often outgrown with it. ย Better to make the right choice up front than having the pain of migrating later.