
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-23-2016 01:02 PM
Hi,
Is it possible to create a report with the reason of the shutdown/reboot? I did some research about this and I found the table tblUptime. But how can I relate tblUptime and tblNtLog with each other?
So far, I have this:
Any help is appreciated
Is it possible to create a report with the reason of the shutdown/reboot? I did some research about this and I found the table tblUptime. But how can I relate tblUptime and tblNtLog with each other?
So far, I have this:
Select Top (1000000) tblAssets.AssetName,
tsysAssetTypes.AssetTypeIcon10 As icon,
tblAssets.AssetID
From tblAssets
Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
Inner Join tblNtlog On tblAssets.AssetID = tblNtlog.AssetID
Any help is appreciated
Labels:
- Labels:
-
Report Center
0 REPLIES 0
