→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎09-08-2011 06:17 PM
Solved! Go to Solution.
‎01-22-2016 12:06 PM
‎01-22-2016 12:06 PM
‎01-21-2016 06:23 PM
Invalid SELECT statement. Unknown object name: "tblComputers".: Unexpected token "tblComputers" at line 0, column -1
‎09-09-2011 07:32 PM
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, tblOperatingsystem.InstallDate As OSInstallDate,
tblBIOS.ReleaseDate As BiosReleaseDate
From tblComputers Inner Join
tblOperatingsystem On tblComputers.Computername =
tblOperatingsystem.Computername Inner Join
tblBIOS On tblBIOS.Computername = tblComputers.Computername
‎09-09-2011 09:00 PM
Lansweeper wrote:
try this report:
It has the OS install date and the Bios release date.Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, tblOperatingsystem.InstallDate As OSInstallDate,
tblBIOS.ReleaseDate As BiosReleaseDate
From tblComputers Inner Join
tblOperatingsystem On tblComputers.Computername =
tblOperatingsystem.Computername Inner Join
tblBIOS On tblBIOS.Computername = tblComputers.Computername
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now