{"id":192,"date":"2011-04-06T11:27:56","date_gmt":"2011-04-06T18:27:56","guid":{"rendered":"http:\/\/seanism.com\/blog\/?p=192"},"modified":"2011-04-06T13:30:21","modified_gmt":"2011-04-06T20:30:21","slug":"how-to-identify-your-sql-server-version-and-edition","status":"publish","type":"post","link":"https:\/\/seanism.com\/blog\/2011\/04\/how-to-identify-your-sql-server-version-and-edition\/","title":{"rendered":"How to identify your SQL Server version and edition"},"content":{"rendered":"<p>To find out your version of SQL download\/install\/open <a title=\"Microsoft SQL Server Management Studio Express\" href=\"http:\/\/www.microsoft.com\/downloads\/en\/details.aspx?FamilyID=c243a5ae-4bd1-4e3d-94b8-5a0f62bf7796\" target=\"_blank\">Microsoft SQL Server Management Studio Express<\/a> then click <strong>New Query<\/strong><\/p>\n<p>Paste the below code in the query pane on the right<br \/>\n<span style=\"font-family: Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 18px; white-space: pre;\"><span style=\"color: #ff0000;\">SELECT @@VERSION <\/span><\/span><br \/>\n<span style=\"color: #ff0000; font-family: Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 18px; white-space: pre;\">SELECT SERVERPROPERTY(&#8216;productversion&#8217;), SERVERPROPERTY (&#8216;productlevel&#8217;), SERVERPROPERTY (&#8216;edition&#8217;)<br \/>\n<\/span>and click\u00a0<strong>Execute<\/strong><\/p>\n<p>In the results window it will display the version, Service Pack, and edition.<\/p>\n<p>For older versions refer to the command and chart on the\u00a0<a title=\"KB 321185\" href=\"http:\/\/support.microsoft.com\/kb\/321185\" target=\"_blank\">Microsoft KB 321185<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>To find out your version of SQL download\/install\/open Microsoft SQL Server Management Studio Express then click New Query Paste the below code in the query pane on the right SELECT @@VERSION SELECT SERVERPROPERTY(&#8216;productversion&#8217;), SERVERPROPERTY (&#8216;productlevel&#8217;), SERVERPROPERTY (&#8216;edition&#8217;) and click\u00a0Execute In the results window it will display the version, Service Pack, and edition. For older versions&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false},"version":2}},"categories":[3],"tags":[79,78],"class_list":["post-192","post","type-post","status-publish","format-standard","hentry","category-it","tag-microsoft","tag-sql"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p1vc3H-36","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/seanism.com\/blog\/wp-json\/wp\/v2\/posts\/192","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/seanism.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/seanism.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/seanism.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/seanism.com\/blog\/wp-json\/wp\/v2\/comments?post=192"}],"version-history":[{"count":6,"href":"https:\/\/seanism.com\/blog\/wp-json\/wp\/v2\/posts\/192\/revisions"}],"predecessor-version":[{"id":198,"href":"https:\/\/seanism.com\/blog\/wp-json\/wp\/v2\/posts\/192\/revisions\/198"}],"wp:attachment":[{"href":"https:\/\/seanism.com\/blog\/wp-json\/wp\/v2\/media?parent=192"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/seanism.com\/blog\/wp-json\/wp\/v2\/categories?post=192"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/seanism.com\/blog\/wp-json\/wp\/v2\/tags?post=192"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}