Connecting Arcgis Online Feature Service to SQL Server Database

6686
5
Jump to solution
12-10-2019 04:25 PM
YuliaMamonova
Occasional Contributor III

Hello Everyone,

I have a need to connect my Arcgis Online data to the SQL database. Could you please suggest what is the easiest way to do it? 

Thank you,

Yulia

1 Solution

Accepted Solutions
JakeSkinner
Esri Esteemed Contributor

Hi Yulia,

You will need ArcGIS Server.  You will then be able to publish data from your SQL database as ArcGIS Server services.  These services can then be used within ArcGIS Online.

View solution in original post

0 Kudos
5 Replies
JakeSkinner
Esri Esteemed Contributor

Hi Yulia,

You will need ArcGIS Server.  You will then be able to publish data from your SQL database as ArcGIS Server services.  These services can then be used within ArcGIS Online.

0 Kudos
silaspeteresri
New Contributor

Can't it be done just by having a REST API for the data from SQL Server?

0 Kudos
by Anonymous User
Not applicable

I also need to pull data from a feature service into a sql database. I already pull data from the database for publishing, but now I need to pull survvey123 data into the database.

Thoughts?

0 Kudos
JakeSkinner
Esri Esteemed Contributor

Scott Foster‌ you can use ArcGIS Pro's Feature Class to Feature Class tool to write the AGOL Survey123 feature service to a geodatabase feature class.

0 Kudos
xander
by
New Contributor III

Hi. Did you get anywhere with this?  We want to pull new records from a hosted featurelayer to a flat sql table.