Integrating SQL Database with Servicenow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2019 08:00 AM
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.
- Labels:
-
IntegrationHub

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2019 03:31 AM
i did not try but you can use below url
kindly have a look on the link which i have mentioned in my above reply for creating an endpoint.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2021 02:42 AM
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.