Event Queue Export
Search
Event Queue Export
If a customer wants to export all of the customers from an Event to Excel, use the attached script.
- Open the script on you computer to Notepad
- Under Select, remove any c.[ColumnName], Customer table columns, the customer doesn't want
- At the bottom, set 'where EHD.EventID = 25'. Change the '25' to the Event ID you need
- Log onto the server > open SQL > click New Query
- Copy the adjusted query & past into your new, blank query & press Execute
- Copy the output into Excel on your computer to give the customer.
If you have any questions, ask level 2.
sql (2.18 KB)