Ho to have more than 10gb database in sql server?

Takeshi 41 Reputation points
2022-09-06T11:58:02.323+00:00

Hi all,
I have sql server created on my PC, but on this server is a 10GB limit of database. I need more ... do you know how to get more?

Thank you

SQL Server Other
0 comments No comments
{count} votes

Accepted answer
  1. Dan Guzman 9,401 Reputation points
    2022-09-06T12:44:16.427+00:00

    If the database is only for non-production use (development and testing), you can use Developer Edition. Developer Edition does not have the database size limitations of Express Edition.

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Tom Phillips 17,771 Reputation points
    2022-09-06T12:03:09.71+00:00

    SQL Server EXPRESS edition has a 10GB limit. If you need more space, you need to upgrade to Standard or Enterprise edition.

    0 comments No comments

  2. Bjoern Peters 8,921 Reputation points
    2022-09-06T12:21:55.173+00:00
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.