Thanks for trying guys, but I wanted the actual Product Keys to print out, hence the last line of my question.. "However instead of doing a COUNT I would like to list all of the product keys." Example:
Total Installations Unique Product Keys
11111111...
Table: Software
SoftwareID
SoftwareName
Version
ProductKey
Alright what I am doing is figuring out the total number of installations of software in the business, and the total number of licenses. I figured out how to do that with this:
SELECT Count(Software.ProductKey) AS [Total...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.