- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2025 02:51 PM
I want to set up a Remote Table in ServiceNow with a PostgreSQL database as the source. My goal is to dynamically retrieve data from PostgreSQL without storing it in ServiceNow.
- Is it possible to connect a remote table to PostgreSQL database?
- How frequently does ServiceNow fetch data from the PostgreSQL source?
- Are there any performance considerations or best practices for optimizing queries?
Any guidance, step-by-step instructions, or examples would be greatly appreciated. Thanks!
Solved! Go to Solution.
- Labels:
-
JDBC
-
Remote table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2025 04:42 AM
Hello @JaimeG
Not possible - ServiceNow is table (backend) and form (frontend) based platform. When you make a JDBC connection with any database, ServiceNow will import the data accordingly and save it in a staging table and then with the help of transform map, you can move this data into actual table.
Hope that helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2025 04:42 AM
Hello @JaimeG
Not possible - ServiceNow is table (backend) and form (frontend) based platform. When you make a JDBC connection with any database, ServiceNow will import the data accordingly and save it in a staging table and then with the help of transform map, you can move this data into actual table.
Hope that helps!