How to insert rows from ServiceNow into a 3rd Party MS SQL Server database using JDBC and MID Server?

Shishir Pandey
Kilo Contributor

I need to insert/update data from ServiceNow into a table within 3rd Party MS SQL Server Database using JDBC and MID Server. I am not sure where to start? There is a Service Account which has the required privileges on the SQL Server Database to insert and update records and the MID server is used to query the records as well however I need to send the records back once updated and I am not sure where and how to put that configuration/script. I have read other articles/responses with similar intent but a little lost where to start.

5 REPLIES 5

Hitoshi Ozawa
Giga Sage
Giga Sage

Shishir Pandey
Kilo Contributor

Thank you Hitoshi for your response. I have explored that option as well as a more of last resort. It does requires DBA to configure ServiceNow as ODBC source. I am specifically looking for possible options for sending records out from ServiceNow using JDBC and/or MID Server without using export sets. I am also unsure whether setting up ServiceNow as Linked Server would still use MID Server for communication or not. Does Linked Servers option use MID Server for data transfer?

Were you able to figure this out @Shishir Pandey 

abhaydahiya65
Tera Contributor

Hi @Hitoshi Ozawa@Niamul Arifin@Shishir Pandey,

 

Wanted to ask if anyone found the solution for this implementation?