
rob.schenck asked a question.
Is there a way to archive licence records within Snow?
I would like to keep some record of licences purchased and other details once the licences have either expired or in use are and no longer required. I would prefer not to just delete the records or to over populate the data base with old information.
I can't for the life of me remember which version of Snow License Manager this was introduced in, but on at least 9.19 on wards, when you go into the license click the three dots on the top right and you'll have
And you can archive it from there. As far as I'm aware when it comes to doing them at mass, you can only delete the licenses, so you'd have to archive each one individually.
Does anyone know - is there way to archive old licenses (not connected to specific agreements) in bulk rather line by line?
Otherwise archiving line by line takes lifetime..
Out of the box no (unless it's changed in a super recent version)
You could do it via SQL though, do a SELECT statement against tblLicense for all the licenses you want to archive and then loop through and archive them in SSMS