cancel
Showing results for 
Search instead for 
Did you mean: 

Is there an "edition" property?

Breck_Carter
Participant
1,966

Is there a runtime property that will tell me what edition is running?

  • Developer
  • Educational
  • Web
  • OEM
  • Workgroup
  • Standard
  • Advanced

Accepted Solutions (0)

Answers (1)

Answers (1)

MarkCulp
Participant

Yes, use:

select property('ServerEdition')

This returns a space separated list of words describing the database server type. Values include:

  • Evaluation
  • Developer
  • Web
  • Education
  • Standard
  • Advanced
  • Workgroup
  • OEM
  • Authenticated
VolkerBarth
Contributor

Just to add: This property seems only be available stating with SA 11.0.1 (where the different server versions like Workgroup or Advanced were introduced), and it may name the additional components like HA, too - cf. http://dcx.sybase.com/1101en/dbadmin_en11/server-properties-perfapp.html