ram4tech
Hall of Fame
Points: 3140
More actions
August 28, 2007 at 9:50 am
#69946
Hi,
How do I find which edition of SQL Server is running on a box?
select serverproperty('Edition') gives if it is EE or SE, etc.
andrewkane17
SSCertifiable
Points: 7529
August 28, 2007 at 10:20 am
#729836
Try select @@version it details (x64) 64 bit or (x86) 32 bit
August 28, 2007 at 10:26 am
#729839
Thank you.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply