Difference between revisions of "Editions - MS SQL"

From Hostek.com Wiki
Jump to: navigation, search
(Created page with "=== MS SQL Databases === ==== What Version of MS SQL should be used? ==== MS SQL Express can be used in most cases. However, there are a couple of limits to be aware of rela...")
 
(SQL Express and SQL Web Limitations)
 
(13 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
=== MS SQL Databases ===
 
=== MS SQL Databases ===
  
==== What Version of MS SQL should be used? ====
+
===Shared Hosting Considerations===
MS SQL Express can be used in most cases. However, there are a couple of limits to be aware of related to the Express edition.
+
Microsoft SQL Server 2012 Web edition is used for serving our customers shared accounts. We also offer MyLittleAdmin and MyLittleBackup to our shared customers through the WCP.
  
The Express edition can handle databases up to 4 GB in size.  If you need a database larger than 4 GB you will need the Web Edition of MS SQL Server.
+
===VPS Hosting Considerations===
 +
For access to MyLittleAdmin and MyLittleBackup for VPS customers additional licensing is required, please contact support.
  
The Express edition can only utilize up to 1 GB Ram.  If you have a busy database or will have several databases with normal traffic, you will notice a performance improvement with more than 1 GB Ram, in which case you would want the Web Edition.
+
====Backwards Compatibility====
 +
Older versions of databases can be imported onto newer MSSQL servers, but newer versions cannot be used on older MSSQL servers.
  
 +
*A MSSQL 2008 database can be imported into MSSQL 2012, however, a MSSQL 2012 database cannot be used on a MSSQL 2008 server.
  
 +
====SQL Express and SQL Web Limitations====
  
  
[[Category:Databases]]
+
MS SQL Express 2014
 +
*Max Database size 10 GB in size
 +
*Max RAM utilization 1 GB Ram
 +
 
 +
MS SQL Web 2014
 +
*Max Database size 524 PB in size
 +
*Max RAM utilization 64 GB Ram
 +
 
 +
 
 +
MS SQL Express 2012
 +
*Max Database size 10 GB in size
 +
*Max RAM utilization 1 GB Ram
 +
 
 +
To manage SQL 2012, please see our SQL Server 2012 Wiki [https://wiki.hostek.com/SQL_Server_2012 here]
 +
 
 +
 
 +
MS SQL Express 2008
 +
*Max Database size 4 GB in size
 +
*Max RAM utilization 1 GB Ram
 +
 
 +
 
 +
'''NOTES:'''
 +
*For supporting a busy database or several databases with normal usage we recommend the Web edition with available RAM over 1GB.
 +
*'''Scheduled Tasks''': If you need to use Scheduled Tasks with the SQL Agent, you will need the Web Edition or higher.
 +
 
 +
====Web Edition Limitations====
 +
*Full-text indexing is not installed by default, request should be made to support for installing with full-text indexing.
 +
*Cannot be a Publisher for SQL Replication, for supporting SQL Replication and publishing we recommend the Standard Edition
 +
 
 +
 
 +
====MS SQL Editions Comparison====
 +
[http://msdn.microsoft.com/en-us/library/cc645993.aspx MS SQL Edition Comparisons (Microsoft chart)]
 +
 
 +
[[Category:Databases-MSSQL]]
 +
[[Category:Databases-VPS]]

Latest revision as of 22:58, 16 December 2016

MS SQL Databases

Shared Hosting Considerations

Microsoft SQL Server 2012 Web edition is used for serving our customers shared accounts. We also offer MyLittleAdmin and MyLittleBackup to our shared customers through the WCP.

VPS Hosting Considerations

For access to MyLittleAdmin and MyLittleBackup for VPS customers additional licensing is required, please contact support.

Backwards Compatibility

Older versions of databases can be imported onto newer MSSQL servers, but newer versions cannot be used on older MSSQL servers.

  • A MSSQL 2008 database can be imported into MSSQL 2012, however, a MSSQL 2012 database cannot be used on a MSSQL 2008 server.

SQL Express and SQL Web Limitations

MS SQL Express 2014

  • Max Database size 10 GB in size
  • Max RAM utilization 1 GB Ram

MS SQL Web 2014

  • Max Database size 524 PB in size
  • Max RAM utilization 64 GB Ram


MS SQL Express 2012

  • Max Database size 10 GB in size
  • Max RAM utilization 1 GB Ram

To manage SQL 2012, please see our SQL Server 2012 Wiki here


MS SQL Express 2008

  • Max Database size 4 GB in size
  • Max RAM utilization 1 GB Ram


NOTES:

  • For supporting a busy database or several databases with normal usage we recommend the Web edition with available RAM over 1GB.
  • Scheduled Tasks: If you need to use Scheduled Tasks with the SQL Agent, you will need the Web Edition or higher.

Web Edition Limitations

  • Full-text indexing is not installed by default, request should be made to support for installing with full-text indexing.
  • Cannot be a Publisher for SQL Replication, for supporting SQL Replication and publishing we recommend the Standard Edition


MS SQL Editions Comparison

MS SQL Edition Comparisons (Microsoft chart)