Sql Server 2019 Developer Edition __hot__ -
Yes. Can I install it on a client's server to show a demo? Yes, provided the demo is not the production environment. Can I use it for my production database if I don't make money? No. If the database serves users (even if the app is free), you need Express (free, limits apply) or a paid license (Standard/Enterprise). Developer is strictly for building and testing.
-- Enable advanced configuration options EXEC sp_configure 'show advanced options', 1; RECONFIGURE; sql server 2019 developer edition
-- Enable CLR integration (useful for development) EXEC sp_configure 'clr enabled', 1; RECONFIGURE; you need Express (free