→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎04-19-2013 07:01 PM
‎04-22-2013 03:31 PM
‎04-20-2013 03:02 AM
‎04-19-2013 09:12 PM
‎04-19-2013 07:12 PM
Select Top 1000000 tblAssetCustom.AssetID,
tblAssets.AssetUnique,
tsysOS.OSname,
tblAssetCustom.Model,
tblAssetCustom.Serialnumber,
Convert(nvarchar(4),tblAssetCustom.PurchaseDate,120) As [Purchase Date],
Convert(nvarchar(4),tblAssetCustom.Warrantydate,120) As [Warranty Expiration],
tsysOS.Image As icon
From tblAssetCustom
Inner Join tblAssets On tblAssetCustom.AssetID = tblAssets.AssetID
Inner Join tblComputersystem On tblAssets.AssetID = tblComputersystem.AssetID
Inner Join tsysOS On tblAssets.OScode = tsysOS.OScode
Where Convert(nvarchar(4),tblAssetCustom.PurchaseDate,120) <= 2007
Order By Convert(nvarchar(4),tblAssetCustom.PurchaseDate,120)
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now