SQL Server Express allows the maximum of 10GB/10240MB for a database size.
I have a database which currently is ~8000 MB in size. The unallocated space is ~7000 MB.
The question is: how many megabytes are available for growth/storing data on this database from that moment on?
Is it ~2000MB or ~9000MB?
What will happen if the database .mdf file reaches the maximum of 10240MB while the unallocated space is still around 7-8 000 MB?
Will it prevent new records in the database from that moment on, or it will start using the unallocated space?
Thanks!