What all possible ways to push data from ServiceNow to SQL Server

Pragati4
Tera Contributor

Hi There,

 

Can someone suggest what all possible ways are there to push data from ServiceNow to SQL Server?

 

Regards,

Pragati

 

11 REPLIES 11

Hi @Txilos 

 

Yes. You can use the existing mid server. Refer below posts :

https://www.servicenow.com/community/developer-forum/jdbc-probe-to-insert-update-records-into-sql-da...

https://www.servicenow.com/community/developer-articles/exporting-to-mysql-oracle-or-sql-server-with...

https://www.servicenow.com/community/developer-forum/pull-the-data-from-service-now-to-ms-sql-server...

 

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.

Thank you Amit, this is really helpfull.