pull the data from Service Now to 'MS SQL Server', Just one way directional integration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2018 10:31 AM
Team,
Service Now Version :Kingston
Requirement : pull the data from Service Now to 'MS SQL Server', Just one way directional integration.
Question 1 : As we have 'Mid Server' in place, Is there any way we can use JDBC & Mid Server to pull the data from SErvice Now Instance into MS SQL Server?
Question 2 : How secure to use ODBC Drivers to pull the data from SNOW to MS Sql Server?
Question 3 : Are there any other approaches apart from ODBC driver?
Thank you in advance
Ravi
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2018 11:38 AM
We are doing similar things but then we are pulling data using the SN Webservices through Powershell or curl/python/or whatever you use with linux and push the data into MSSQL or MYSQL. We also have jobs using Biztalk, but that might be a bit overkill 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2018 12:10 PM
Thanks for the response but if we use the webservices, we need to expose more no of API's for respective tables.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2018 12:26 PM
Ah yes depending on what data you want or dont want to expose ofc. A scripted API could do it ofc. and there is always the possibility to push data as well, that is another way that we are doing it. That way you can control that data you expose, and get it from multiple tables as well. Then you would need something that take that data and put it into the database ofc. Or I guess you could export a csv-file that you can import into the MSSQL-database as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2024 09:55 PM
Hello Simon,
did you guys achieve this ??
my requirement is to send the data from ServiceNow to SQL Database ? is this possible ??
if yes can i know how to achieve this ?
Thank you