- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2022 11:27 PM
Is it possible to schedule an export of a table without going through the MID server?
I would like to set up the export file to be sent to my email address.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2022 05:03 PM
sysevent table is a system table with many records. ServiceNow by default does not allow creating reports on system table because it may cause performance degradation.
Create a new table and populate is periodically from sysevent table with required data and use that new table in export.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2022 11:42 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2022 12:08 AM
Hi Nick
Email doesn't require MID server.
Can schedule to send a report or create an email notification. If it's periodic, email template can be create to use in the email notification.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2022 12:51 AM
Hi Hitoshi
We would like to periodically export the sysevent table for auditing purposes.
How do we attach the export file to an email with the notification setup?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2022 05:03 PM
sysevent table is a system table with many records. ServiceNow by default does not allow creating reports on system table because it may cause performance degradation.
Create a new table and populate is periodically from sysevent table with required data and use that new table in export.