October 11, 2004 at 9:52 am
Help
Does anyone know how to find the 'Edition' of SQL Server 6.5 after it is installed? We are getting some strange errors with Licensing and am having a difficult time finding what 'Edition' it is. So, how do I prove it is a 'Enterprise', 'Standard', or 'Developer/Workstation' edition?
Thanks...Jeff
"Keep Your Stick On the Ice" ..Red Green
October 11, 2004 at 10:06 am
I believe 6.5 only had Std and Enterprise editions. If select @@version doesn't return it, I'd look through the registry keys (HKLM/Software/MS/SQL Server) for it or properties of the server in Enterprise Manager.
October 11, 2004 at 10:50 am
execute select @@version. you may need to scroll to the right to see the part you are interested in.
October 11, 2004 at 12:38 pm
I had tried those yesterday. Including xp_msver and SERVERPROPERTY('edition'). This is quite frustrating as the person who installed this a couple of months ago is on vacation..if I could just find the cd 🙂
"Keep Your Stick On the Ice" ..Red Green
October 12, 2004 at 6:28 am
select @@version works on the SQL6.5 instance (Microsoft SQL Server 6.50 - 6.50.416 (Intel X86) Jan 23 1999 14:10:24 Copyright (c) 1988-1997 Microsoft Corporation
) I recently installed with SP5a. Maybe it only works after certain SPs? I don't know SQL 6.5 much at all and am working on one instance trying to convert the last holdout DBs now.
October 12, 2004 at 6:30 am
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply