Hi All,
could you please help me on to find the license type of the existing sql server instance ...
I already tried with below queries to find license type but no luck.
SELECT ServerProperty('LicenseType') as LicenseType, ServerProperty('NumLicenses') as ProcessorCount
Thank You,
rup