‎02-21-2022 02:58 PM
‎02-21-2022 10:28 PM
SELECT TOP (1000) [SoftwareID]
,[AssetID]
,tblsoftware.[softID]
,tblSoftwareUni.softwareName
,tblSoftwareUni.SoftwarePublisher
,[softwareVersion]
,[Installdate]
,[Lastchanged]
,[CurrentUser]
,[MSI]
FROM [lansweeperdb].[dbo].[tblSoftware]
left join tblSoftwareUni on tblsoftware.softid = tblSoftwareUni.softid
where softwareVersion = '98.0.4758.81'
‎02-22-2022 09:48 AM
Rom wrote:
not sure what the reason is - it kinda depends on different things.
you could try running this query to see:
SELECT TOP (1000) [SoftwareID]
,[AssetID]
,tblsoftware.[softID]
,tblSoftwareUni.softwareName
,tblSoftwareUni.SoftwarePublisher
,[softwareVersion]
,[Installdate]
,[Lastchanged]
,[CurrentUser]
,[MSI]
FROM [lansweeperdb].[dbo].[tblSoftware]
left join tblSoftwareUni on tblsoftware.softid = tblSoftwareUni.softid
where softwareVersion = '98.0.4758.81'
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now