Sql server Integration to ServiceNow -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 01:53 PM
Hello Community,
We are planning tp push data from SQL server database to ServiceNow and make it our source of truth. What would be the best way to move forward ? JDBC/ Mid Server or Scripted Rest API. What would be the correct process for if we go ahead with either. Also the folks managing SQL server database are not familiar with ServiceNow.
Best
Hersh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2024 05:33 PM - edited 06-30-2024 05:33 PM
The only way to push is REST* (scripted or table) API.
While ServiceNow does have a JDBC driver, it is a read-only limited one which underneath uses SOAP - with all the scalability limitations that brings with it.
*) Later edit: or SOAP, of course.