Microsoft Sql Server 2019 Express -

EXEC sp_configure 'show advanced options', 1; RECONFIGURE; EXEC sp_configure 'optimize for ad hoc workloads', 1; RECONFIGURE;

Before building your application, understand the hard limits of . These caps will determine if Express fits your use case. microsoft sql server 2019 express

SQL Server Express databases cannot exceed in size for the data files (MDF/NDF). Log files (LDF) do not count toward this limit. EXEC sp_configure 'show advanced options'