Resolved! Adding Make and Model to Report for Failing HDD
Hi all,can someone please help me add the make and model to the following report, SQL is not my thingThanks in advance Select Top (50) Count(tblAssets.AssetName) As BadBlocks, tblAssets.AssetName, tblAssets.UsernameFrom tblNtlogMessage Inner Join ...