What all possible ways to push data from ServiceNow to SQL Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 01:00 AM
Hi There,
Can someone suggest what all possible ways are there to push data from ServiceNow to SQL Server?
Regards,
Pragati
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2024 11:24 PM
Hi @Txilos
Yes. You can use the existing mid server. Refer below posts :
Alternatively, you can always make use of PowerShell or Python to send data from your ServiceNow instance to the DB server. The data could be queried on the ServiceNow instance and could be passed to an insert query which could be triggered via a Mid Server Script file to upload the records on the database.
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 12:36 AM
Thank you Amit, this is really helpfull.