sql edition query Archives - Microsoft Dynamics 365 Blog http://microsoftdynamics.in/category/sql-edition-query/ Microsoft Dynamics CRM . Microsoft Power Platform Tue, 01 Sep 2015 13:22:00 +0000 en-US hourly 1 https://wordpress.org/?v=6.6.1 https://i0.wp.com/microsoftdynamics.in/wp-content/uploads/2020/04/cropped-Microsoftdynamics365-blogs.png?fit=32%2C32 sql edition query Archives - Microsoft Dynamics 365 Blog http://microsoftdynamics.in/category/sql-edition-query/ 32 32 176351444 Find Microsoft SQL Server Details ( Edition , version , EditionID , etc) http://microsoftdynamics.in/2015/09/01/find-microsoft-sql-server-details-edition-version-editionid-etc/ Tue, 01 Sep 2015 13:22:00 +0000 http://microsoftdynamics.in/2015/09/01/find-microsoft-sql-server-details-edition-version-editionid-etc/ There are several Methods to get Edition of Microsoft SQL Server or any other details But moat common is Hitting SQL Query :“select serverproperty(‘Edition’)” OR get Edition Id which can be used in others process . “select serverproperty(‘EditionID’)” Below are the ID  -1253826760 = Desktop -1592396055 = Express -1534726760 = Standard 1333529388 = Workgroup 1804890536...

The post Find Microsoft SQL Server Details ( Edition , version , EditionID , etc) appeared first on Microsoft Dynamics 365 Blog.

]]>
There are several Methods to get Edition of Microsoft SQL Server or any other details But moat common is Hitting SQL Query :

“select serverproperty(‘Edition’)”

OR get Edition Id which can be used in others process .
“select serverproperty(‘EditionID’)”
Below are the ID 
-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
Thanks Hope this Helped you for any query please comment below.


SOURCE : JUST2CODE.IN Subscribe to our YouTube channel : https://www.youtube.com/user/TheRussell2012

The post Find Microsoft SQL Server Details ( Edition , version , EditionID , etc) appeared first on Microsoft Dynamics 365 Blog.

]]>
2791