
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2013 04:50 PM
Hello me again 🙂
I can'tt do with Build Report neested SQL query, have you suggentstion?
When I tried this for examplme, system change anc give me error on Inner
Select Top 1000000 tblAssets.AssetUnique,
tblAssets.Domain,
tblADComputers.Description,
tblAssets.AssetID,
tblADComputers.Lastchanged,
tblAssets.Lastseen
From tblAssets
Inner Join tblADComputers On tblAssets.AssetID = tblADComputers.AssetID
Where tblAssets.AssetUnique Not Like '%ita-acs%' And
tblAssets.Lastseen Is Not Null
and tblAssets.AssetID not in
(Select tblAssets.AssetID
From tblAssets
Inner Join tblSoftware On tblAssets.AssetID = tblSoftware.AssetID
Inner Join tblSoftwareUni On tblSoftwareUni.SoftID = tblSoftware.softID
Where
tblSoftwareUni.softwareName Like '%Microsoft Operations Manager 2005 Agent%')
Stefano
I can'tt do with Build Report neested SQL query, have you suggentstion?
When I tried this for examplme, system change anc give me error on Inner
Select Top 1000000 tblAssets.AssetUnique,
tblAssets.Domain,
tblADComputers.Description,
tblAssets.AssetID,
tblADComputers.Lastchanged,
tblAssets.Lastseen
From tblAssets
Inner Join tblADComputers On tblAssets.AssetID = tblADComputers.AssetID
Where tblAssets.AssetUnique Not Like '%ita-acs%' And
tblAssets.Lastseen Is Not Null
and tblAssets.AssetID not in
(Select tblAssets.AssetID
From tblAssets
Inner Join tblSoftware On tblAssets.AssetID = tblSoftware.AssetID
Inner Join tblSoftwareUni On tblSoftwareUni.SoftID = tblSoftware.softID
Where
tblSoftwareUni.softwareName Like '%Microsoft Operations Manager 2005 Agent%')
Stefano
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2013 06:11 PM
Please contact support@lansweeper.com and provide us with:
- A link to this forum thread.
- Screenshot of the error message you are seeing when you try to run this report.
- A link to this forum thread.
- Screenshot of the error message you are seeing when you try to run this report.
