‎05-05-2009 11:34 PM
‎06-11-2009 12:43 AM
‎06-11-2009 01:06 AM
chubbard wrote:
Is there a way to list these product keys by product?
‎05-06-2009 07:46 PM
‎05-06-2009 12:42 AM
‎05-06-2009 12:39 PM
neosys wrote:
How is it possible to remove query once added ?
‎05-06-2009 12:13 AM
SELECT TOP 100 PERCENT ProductKey, COUNT(SerialID) AS Used
FROM dbo.tblSerialnumber
GROUP BY ProductKey
ORDER BY COUNT(SerialID) DESC
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now