Using SQL Server Express for Dev Lab setup?

The primary concern with SQL Server Express is the 10GB database size limitation.

For a development/test system (non-production), SQL Server Developer Edition may work well (https://docs.microsoft.com/en-us/sql/sql-server/editions-and-components-of-sql-server-2017?view=sql-server-2017).

1 Like