What is the limitation of SQL Server express free edition for shared database in network (In terms of production deployment)?

sameet uuu 21 Reputation points
2022-11-21T12:05:50.253+00:00

What is the limitation of SQL Server express free edition for shared database in network (In terms of production deployment)?

SQL Server | Other
0 comments No comments
{count} votes

Accepted answer
  1. Bjoern Peters 8,921 Reputation points
    2022-11-21T12:50:39.533+00:00

    Hi @sameet uuu

    Maybe I don't understand your wording... "shared database in network."

    If you install an SQL Server Express somewhere in your network, you can share all hosted databases with all users in your network... there is no limitation based on the number of users, only in size and compute power.

    If you are using SQL Server with database files located on a network drive... that is supported and can be enabled:

    https://learn.microsoft.com/en-us/troubleshoot/sql/admin/support-network-database-files

    There is also no limitation based on any numbers...

    Or if I misunderstood your question, please explain a little more. Thx


2 additional answers

Sort by: Most helpful
  1. Dan Guzman 9,401 Reputation points
    2022-11-21T17:21:34.64+00:00

    The limitations of Express Edition are detailed on the Editions and supported features page. Below are a few of the more important considerations for a shared production database:

    • Compute: Limited to lesser of 1 socket or 4 cores
    • Buffer pool memory: 1410MB
    • Maximum database size: 10GB
    • High Availability: no failover clustering or availability groups
    2 people found this answer helpful.
    0 comments No comments

  2. Seeya Xi-MSFT 16,586 Reputation points
    2022-11-22T02:33:13.517+00:00

    Hi @sameet uuu ,

    Please refer to the link given by DanGuzman. From the left navigation bar, you can see the difference of Editions for each version of SQL Server.
    You can start with the Scale limits section.

    Best regards,
    Seeya


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    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.