We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Integrating SQL Database with Servicenow

Not applicable

Hello,

We are having a requirement to integrate SQL Database with Service-now platform. Clients are going to load the data to the SQL Database instead of loading data to service-now through file system integration.

So, now we need to just display the data from database to the service-now tables based on user requirement.

Can someone please guide us to go ahead on this requirement.

Thanks in advance.

6 REPLIES 6

i did not try but you can use below url 

https://appery.io/

kindly have a look on the link which i have mentioned in my above reply for creating an endpoint. 

 

 

beversoue
Kilo Explorer

It is great. Using an SQL database is more comfortable. I am using the mysql GUI for working with SQL databases. I use it for creating database queries for my MMORPG. I stock there all the login information about all players. It helps me to make some processes automated so I can get rid of some routines. For example, sorting information permanently banned and temporarily banned accounts. I like how easy it is to create the databases and how easy it is to get the data from any database you have created with special filters.