Create new Query for that database (for example Webcheckin database). Then run this script:


USE (your database name)

GO


SELECT DISTINCT ActionName

FROM dbo.tbNLog;


This will help you filter better