top of page

How to Get SQL Server processor description from Windows Registry

-- Get processor description from Windows Registry


EXEC xp_instance_regread

'HKEY_LOCAL_MACHINE',

'HARDWARE\DESCRIPTION\System\CentralProcessor\0',

'ProcessorNameString';

7 views0 comments

Recent Posts

See All

SQL Server Profiler Trace

--Import multiple trace file in sql Table. --All the rollover files will be automatically imported --provide number tracefile to capture...

Comments


bottom of page