SQL Server Express 4GB Limit

后端 未结 4 625
庸人自扰
庸人自扰 2021-01-19 08:18

Quick question: is the 4GB limitation on EACH database or for the installed instance of SQL Server? As you know you can create more than one DB in an instance of SQL Server.

相关标签:
4条回答
  • 2021-01-19 08:39

    Yes. It's per database, not total. If you want to be really clever you have store a lot more than 4GB by spreading it over multiple databases (or even multiple instances).

    0 讨论(0)
  • 2021-01-19 08:42

    Note that size limit for each database has been raised to 10GB in SQL Server Express 2008 R2

    0 讨论(0)
  • 2021-01-19 08:49

    The 4GB limit is on each database.

    0 讨论(0)
  • 2021-01-19 09:00

    According to SQL Server 2005 Express Edition Features:

    Scalability and Performance

    • Supports one CPU, but can be installed on any server
    • 1 gigabyte (GB) addressable RAM
    • 4 GB maximum database size
    0 讨论(0)
提交回复
热议问题