FAQ - Shared Hosting - Microsoft SQL Server
How are the SQL Server database disk devices configured? How much disk space do I get?
For best performance, your data and log devices are configured as
separate device files.
SQL Server devices are
configured for auto-growth. Your data device will automatically increase in size to the maximum
specified by your hosting plan.
Your log device is limited to twice the size of your data device, so you need never worry about running
out of log space for your SQL transactions.
|