Event: incorrect logon
I am trying to get a report of computers and accounts that fail logon:the following does not give me enough information:Select Top 1000000 tblAssets.AssetID, tblAssets.AssetName, tblNtlog.Eventcode, tblNtlog.TimeGeneratedFrom tblAssets Inner Join...