Manufacturer information inside SQL server

Get System Manufacturer and model number from SQL Server Error log

EXEC sys.xp_readerrorlog 0, 1, N'Manufacturer';

This query will return no results if your error log has been recycled since the instance was started

Can also be used to confirm if you are running in a VM

Read specific errors using temp table Himanshu Patel SQL Server Consultant developer & Administrator

SQL Socket & Core information

Spread the love

1 thought on “Manufacturer information inside SQL server”

  1. Pingback: Read specific errors using temp table Himanshu Patel SQL Server Consultant developer & Administrator -

Comments are closed.