I've got a VB.Net program that updates an SQL Server 2008R2 database.
The disk is using 86.2Gb of 126Gb so there's lots of free space.
The autogrowth is set, as you can see, but I get the following error message on various threads:
Could not allocate space for object 'sys.syscolpars'.'nc' in database 'MyDB' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.
The MDF file is currently 9Gb in size.
If Autogrowth is set, and there'e sufficient disk space, why is this happening?
EDIT:
OK, further testing has provided the following...
The SQL server in this case is not 2008R2 as suspected, but 2014 SQLExpress... sorry for the bum steer on that; I got my servers mixed up...
When I try this on a 2008R2 set up exactly the same, it seems to work ok without producing the error message.
So, the question seems to be is SQLexpress limited in size?