- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2022 11:41 PM
Can someone explain me the difference between the two tables?
- schedule file import (u_scheduled_file_imports)
- scheduled data import (scheduled_import_set)
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2022 12:32 AM
FYI. All tables that's prefixed with 'u_' are custom tables created by non-ServiceNow.
The table may have been created when importing "Scheduled File Importer" update set from the site below.
https://servicenowguru.com/integration/scheduled-file-import-mid-server/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2022 11:47 PM
Hi,
scheduled_import_set is OOB table which holds the scheduled imports and links Data Source
u_scheduled_file_imports -> is custom table. Possibly somebody created this to handle the remote file import as part of some custom solution or by adding new update set
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2022 11:38 PM
I believe I covered that in my above comment in detail.
The reply marked as Correct is similar to what I said above.
I am not against marking other response as correct.
Kindly mark the answer correct based on response given quickly and accurately.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2022 12:32 AM
FYI. All tables that's prefixed with 'u_' are custom tables created by non-ServiceNow.
The table may have been created when importing "Scheduled File Importer" update set from the site below.
https://servicenowguru.com/integration/scheduled-file-import-mid-server/