
Portal User asked a question.
In the SLM Computer report, there is a field for Computer Status, showing active, quanrantine or inactive. In the Snow database, what table delivers this field? Need to directly access that information in order to resolve an integration issue.
Hi @Christopher Odediran​ ,
select statuscode from dbo.tblComputerInfo
0 = active, 1 = quarantined, 2= inactive
Cheers Oli