Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 565445
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T12:52:23+00:00 2026-05-13T12:52:23+00:00

I am running SQL Server 2005 but I am unsure which edition this is.

  • 0

I am running SQL Server 2005 but I am unsure which edition this is. How can I decide what edition (Express, Standard, Enterprise etc) is running on the machine?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T12:52:23+00:00Added an answer on May 13, 2026 at 12:52 pm
    select @@version
    

    Sample Output

    Microsoft SQL Server 2008 (SP1) – 10.0.2531.0 (X64) Mar 29 2009 10:11:52 Copyright (c) 1988-2008 Microsoft Corporation Developer Edition (64-bit) on Windows NT 6.1 (Build 7600: )

    If you just want to get the edition, you can use:

    select serverproperty('Edition')
    

    To use in an automated script, you can get the edition ID, which is an integer:

    select serverproperty('EditionID')
    
    • -1253826760 = Desktop
    • -1592396055 = Express
    • -1534726760 = Standard
    • 1333529388 = Workgroup
    • 1804890536 = Enterprise
    • -323382091 = Personal
    • -2117995310 = Developer
    • 610778273 = Enterprise Evaluation
    • 1044790755 = Windows Embedded SQL
    • 4161255391 = Express with Advanced Services
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been running SQL Server 2005 Express Management Studio (SSMSE), and I now
I'm running SQL Server 2005 on prod, but developing on 2008, and I need
I am running SQL Server 2005 (express). I am trying to use DATEFORMAT and
I have two database servers running SQL Server 2005 Enterprise that I want to
Working on a common codebase, one developer is running SQL Server Express 2005 and
We're running our application's database on dedicated box running only SQL Server 2005. This
We have a Windows machine running SQL Server 2005, and we need to be
We've got a web system running SQL Server 2005 for the back end, and
We have SQL Server 2005 running on Win2003/64, and we push it hard. We
I have a very long-running stored procedure in SQL Server 2005 that I'm trying

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.