sql - Query Windows Version -


i putting table server names , properties such number of cpus, cores, memory, os version, etc. trying find easy way windows os version number in ssms. know of query can use return windows os version in ssms.

this information should available in sys.dm_os_windows_info table:

select windows_release   sys.dm_os_windows_info; 

Comments

Popular posts from this blog

1111. appearing after print sequence - php -

node.js - Express and Redis - If session exists for this user, don't allow access -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -