NOTE: The SQL below script selects duplicate rows based on Hostnames.
select 'Duplicates Hostname (SLM)' as QueryTitle select 'Duplicates Hostname (SLM)' as QueryTitle, c.CID, c.ClientSiteName, c.ClientVersion, c.Hostname, c.BiosSerialNumber, c.ComputerID as SLMComputerID, c.LastScanDate, c.InfoTransferDate from SnowLicenseManager.dbo.tblcomputer c where c.HostName in (select c1.HostName from SnowLicenseManager.dbo.tblComputer c1 group by c1.CID, c1.HostName having count(1) > 1 ) order by c.HostName, c.LastScanDate desc
If the script returns one or more duplicate rows and you would like to remove the duplicates please contact the Snow Support team for further advice, making sure to attach the output of the above SQL query to your support case.
You may also find the following Knowledge Base article also helpful: How to identify Duplicates, Shared Identities or Multiple Inventory Sources
Was this helpful?
Related Articles
How to: Check logs for Scheduled reports in Snow license Manager 51Number of Views Snow License Manager Scheduled export report does not send, the remote certificate is invalid - License Manager 34Number of Views Snow License Manager users display old "Last Used" dates for applications while application-level data is empty 20Number of Views SMTP connection error during scheduled report export in Snow License Manager 97Number of Views
© 2026 Flexera Software. All Rights Reserved.