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
Post a Comment