Skip to content

Instantly share code, notes, and snippets.

@kmoormann
Created July 12, 2013 20:22
Show Gist options
  • Save kmoormann/5987504 to your computer and use it in GitHub Desktop.
Save kmoormann/5987504 to your computer and use it in GitHub Desktop.
A simple query to determine the SQL Server version level and edition
SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment