Hello!
I am using Express Edition of SQL Server in my Visual Studio 2019 project which is limited to 10 GB. I will describe the scenario I have:
- I have created a windows form .Net Core 3.1 Application. I use a Express Edition of SQL Server Database named "featuresDatabase1.mdf" in this project. I use Windows 10 Pro as operating system.
- Now I need unlimited size of the database. So I have upgraded my operating system to: Windows Server 2019 DataCenter and I have used a "stand alone installation" of Microsoft SQL Server Enterprise Core 2017 (See below image)
When I run this query I get get below: SELECT AzureSQLDBVersion = @@VERSION
Microsoft SQL Server 2016 (SP1) (KB3182545) - 13.0.4001.0 (X64) Oct 28 2016 18:17:30 Copyright (c) Microsoft Corporation Express Edition (64-bit) on Windows Server 2019 Datacenter 6.3 <X64> (Build 17763:)
So I have installed the "SQL Server Enterprise Core 2017" on the computer. But when I open up my Visual Studio project. The "Express Edition of SQL Server" is still in use in my project and there is then still 10 GB limit.
To make the question simple. The above is now exactly the scenario. I simply don't know how my current database: "featuresDatabase1.mdf" will use the new "SQL Server Enterprise Core 2017" in Visual Studio 2019. What do I need to do from here to make this work?