I am currently running SQLEXPRESS (SQL Server 9.0) It appears that there is a limit to the size of the database which I have exceeded. I want to restore a backup of my customers DB and am not allowed to do so. Appears to be a size issue,
the customer DB is over 5 GB.
Will I eliminate this size restriction using sql Server 12.0?
I don't see any references to upgrading sql Server 9.0 to sql Server 12.0, only references to a new installation. Can it be upgraded and how do I do that?
Go to the complete details ...