Skip to main content
Solved

Sync users/requesters from external SQL database

  • September 19, 2023
  • 1 reply
  • 81 views

Forum|alt.badge.img+2

We have a SQL database maintained by IT that includes all users (and associated data) we would want to sync into FreshService? There are options to sync AD, Azure, etc., but is it possible to sync our users/requesters with our SQL database?

Best answer by eeha0120

Hi.

Interesting.

You can perform API calls from SQL Server Broker or other, so, theoretically, yes, you should be able to maintain FS data when data in SQL Server is created/updated.

I’d suggest to take a look to:

Service Broker: Scalable Web Service Calls From SQL Database (maskalik.com)

sql server 2005 - Can a SQL trigger call a web service? - Stack Overflow

 

Hope this helps.

 

Regards,

View original
Did this topic help you find an answer to your question?

1 reply

eeha0120
Skilled Expert
Forum|alt.badge.img+12
  • Skilled Expert
  • 752 replies
  • Answer
  • September 20, 2023

Hi.

Interesting.

You can perform API calls from SQL Server Broker or other, so, theoretically, yes, you should be able to maintain FS data when data in SQL Server is created/updated.

I’d suggest to take a look to:

Service Broker: Scalable Web Service Calls From SQL Database (maskalik.com)

sql server 2005 - Can a SQL trigger call a web service? - Stack Overflow

 

Hope this helps.

 

Regards,


Reply