Hello,
Is there a way to find wich database entity is holding the bellow information when we create an account in Orion:
- show alert menu
- show syslogs menu
- show traps menu
What i have done:
-chaging the setting in web console and looking for modified value in Account table and WebUserSetting Table but found no changes
-using SQL search to find either show or alert or traps or menu or accountID but didn't find those setting after doing change de the account in web console
- using SQL query to query sys.dm_db_index_usage_stats and sys.tables to find updated table but those query didn't found those setting
- Using SQL query to search for text like show or alert or syslogs or traps but failed also
if aynone have already faced same problem or have a hint please?
Kind regards,