Database

Database queries

Find all the variables under ActionName
Create new Query for that database (for example Webcheckin database). Then run this script: USE (your database name) GO SELECT DISTINCT ActionName ...
Wed, 7 Aug, 2024 at 3:50 PM
Find all the variables under ActionGroup
Create new Query for that database (for example Webcheckin database). Then run this script: USE (your database name) GO SELECT DISTINCT ActionGroup...
Wed, 7 Aug, 2024 at 3:50 PM