Answers
Should I license SQL Server per CAL or per core?
Short answer
Per-CAL (Server+CAL) is cheaper when you have fewer than ~25 named users hitting the database — typically internal LOB apps. Per-core is required for any internet-facing app, for SQL Enterprise above 24 cores, and is usually cheaper above 25 users.
Related
Last updated: