How to display the Distinct Entries made under a message tag?
Distinct Tag Entries can be displayed by running the below query against the ArchiveManager SQL Database using Query Analyser.
USE ArchiveManager
SELECT DISTINCT name as Tag Name, value, propertytype
FROM property
INNER JOIN messageproperty
ON (property.propertyid = messageproperty.propertyid)
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center