SQL Server 2008 R2 Enterprise database has unexpected 4GB database size limit

Posted by Jesse on Server Fault See other posts from Server Fault or by Jesse
Published on 2010-08-03T16:50:03Z Indexed on 2011/01/06 15:55 UTC
Read the original article Hit count: 517

I have SQL Server 2008 R2 Enterprise installed on a local Windows 7 x64 workstation. When I create a database on the server, it unexpectedly has a 4GB size limit (Database properties in SQL Server Management Studio say size = 3934.38 MB, space available = 47.13 MB).

Unfortunately the database needs more than 4GB, and Enterprise is not supposed to have a practical maximum size. I confirmed the database is on the Enterprise server:

SELECT @@VERSION
Microsoft SQL Server 2008 R2 (RTM) - 10.50.1600.1 (X64) Apr 2 2010 15:48:46 Copyright (c) Microsoft Corporation Enterprise Edition (64-bit) on Windows NT 6.1 <X64> (Build 7600: )

The database file is not set to restrict growth in SQL Server Management Studio, and there is plenty of hard drive space. The database was copied from SQL Express (which has a 4GB limit), but the same occurs with a fresh database creation.

I've spent a couple of hours trying to figure this out and Google-searching, to no avail. Any ideas?

© Server Fault or respective owner

Related posts about sql-server

Related posts about windows-7