Question
What is the database limit for SQL Express and how can it be checked?
Answer
The SQL Express database has a limit of 10 GB as it is the free version.
SQL database size can be checked as the following:
Step 1
Open SSMS (SQL Server Management Studio) and connect to the Database Instance.
Step 2
Right-click on the myQA-MainDB and show properties: