Integrating SQL Database with Servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2019 08:00 AM
Hello,
We are having a requirement to integrate SQL Database with Service-now platform. Clients are going to load the data to the SQL Database instead of loading data to service-now through file system integration.
So, now we need to just display the data from database to the service-now tables based on user requirement.
Can someone please guide us to go ahead on this requirement.
Thanks in advance.
- Labels:
-
IntegrationHub

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2019 09:13 AM
You can achieve this configuring JDBC data source to read records from SQL table in service now tables.
Check below for details
Regards,
SAchin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2019 02:43 AM
Hi Sachin,
Is there a way that we can achieve this requirement by REST API Calls? As we want to show the data on service portal, JBDC many be slow down the data fetching process.
Regards
Prudhvi

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2019 03:07 AM
are you able to get the endpoint ? if yes then you can use that in your rest message and based on that you can do the further work.
sample Video :
How to Expose a SQL Database via a REST API in 5 Minutes
jdbc should also work here , if you have correct sql queries mentioned in
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2019 03:24 AM
Is there a way to create endpoint for a table in SQL server which we can use in reset message?
Regards,
Prudhvi