Why is SQL Server Developer Edition marked as inactive in product license expection ruleSummary<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } SQL Server Developer Edition is a fully featured version of SQL Server software—including all the features and capabilities of Enterprise Edition—licensed for development, test and demonstration purposes only. SQL Server Developer Edition may not be used in a production environment.It is set as a downgrade of SQL Server enterprise from ServiceNow content services so that if a SQL Server developer installation is found in your production environment – it would require licenses for SQL Server enterprise. The best practise to configure SQL Server developer (also covered in guided setup for SQL server) is to have 2 software model for SQL server developer1. One with Install condition stating that the when environment= development or testing- it should have LUM= false – so that the SQL Server developer installation on development/testing environment are ignored from licensing2. One with Install condition stating that when environment=production it is restricted. This is done so that the system would auto create reclamation candidates to remove SQL server developer installation found in production environment