Question says it all.
Is there a way I can see what version of SQL 2008 is installed?
It’s either the SQL 2008 enterprise edition or SQL 2008 R2 enterprise.
Question says it all. Is there a way I can see what version of
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Should be 10.5xxxxx for R2. It is 10.0xxxx for “plain” SQL Server 2008
For edition:
SELECT SERVERPROPERTY('Edition'). SERVERPROPERTY gives you quite a lot