I'm trying to find out how to tell which license model was used when several SQL Server 2005 instances were installed. I tried @@Version, but it doesn't include information on whether it is licensed per processor or per server (with CALs).
Does anyone know how to find this information on SQL Servers that are already installed?
Thanks!
Does anyone know how to find this information on SQL Servers that are already installed?
Thanks!