Details Hello,
We are a corporate user of SQL Server Enterprise Edition for our production workloads. For local, non-production development work, our developers and citizen developers often install SQL Server Developer Edition on their individual Windows client PCs.
Typical usage scenarios include:
Feature prototyping and unit testing on a developer’s machine.
Local verification prior to deploying changes to Dev/Ops servers (including HA configuration).
Citizen developer experiments in a strictly non-production setup without end-user access.
According to Microsoft’s documentation, the Developer Edition is intended for “development and test in a non-production environment.” Our interpretation is that these local PC installations fit this description, since they are not connected to any production workloads and are not used for end-user services.
Question: Can you please clarify if this interpretation is correct from a best-practice standpoint? In particular, is using Developer Edition on local PCs for non-production development/testing considered the intended and acceptable usage pattern?
We would appreciate guidance or a reference to the official documentation that best describes this usage scenario.
Thank you.