Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
digipoint
Engaged Sweeper
Hey

We need a report of all the different licenses, all the keys, we have from MS products......
in the report builder i don't find the script


can you give me hint how to code this ....


http://www.digipoint.be/
2 REPLIES 2
digipoint
Engaged Sweeper
thx i can continue building now
http://www.digipoint.be/
Hemoco
Lansweeper Alumni
Something like this

SELECT     dbo.tblComputers.Computername, dbo.tblSerialnumber.Product, dbo.tblSerialnumber.ProductID, dbo.tblSerialnumber.ProductKey
FROM dbo.tblComputers INNER JOIN
dbo.tblSerialnumber ON dbo.tblComputers.Computername = dbo.tblSerialnumber.Computername