<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Auto-update SQL views to REST daily with poly and point data in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/auto-update-sql-views-to-rest-daily-with-poly-and/m-p/132349#M5086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have SQL Views (tables) and I would like to "join" these to features (both poly and points) in a Geodatabase using a unique Identifier, and then publish to ArcGIS Server. The SQL Views are updated daily. Is there a way to automate this process and update the REST on a regular basis (one a day for example). This is similar to some posts i've seen by &lt;A _jive_internal="true" class="" data-containerid="-1" data-containertype="-1" data-objectid="8586" data-objecttype="3" href="https://community.esri.com/people/jskinner-esristaff"&gt;Jake Skinner&lt;/A&gt; any leads are much appreciated. &lt;A href="https://community.esri.com/t5/tag/arcgisserver/tg-p"&gt;#arcgisserver&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/sql view/tg-p"&gt;#sql view&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/sql/tg-p"&gt;#sql&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/auto-update/tg-p"&gt;#auto-update&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/rest service/tg-p"&gt;#rest service&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Sep 2016 15:25:15 GMT</pubDate>
    <dc:creator>YOAVRAPPAPORT1</dc:creator>
    <dc:date>2016-09-15T15:25:15Z</dc:date>
    <item>
      <title>Auto-update SQL views to REST daily with poly and point data</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/auto-update-sql-views-to-rest-daily-with-poly-and/m-p/132349#M5086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have SQL Views (tables) and I would like to "join" these to features (both poly and points) in a Geodatabase using a unique Identifier, and then publish to ArcGIS Server. The SQL Views are updated daily. Is there a way to automate this process and update the REST on a regular basis (one a day for example). This is similar to some posts i've seen by &lt;A _jive_internal="true" class="" data-containerid="-1" data-containertype="-1" data-objectid="8586" data-objecttype="3" href="https://community.esri.com/people/jskinner-esristaff"&gt;Jake Skinner&lt;/A&gt; any leads are much appreciated. &lt;A href="https://community.esri.com/t5/tag/arcgisserver/tg-p"&gt;#arcgisserver&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/sql view/tg-p"&gt;#sql view&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/sql/tg-p"&gt;#sql&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/auto-update/tg-p"&gt;#auto-update&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/rest service/tg-p"&gt;#rest service&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 15:25:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/auto-update-sql-views-to-rest-daily-with-poly-and/m-p/132349#M5086</guid>
      <dc:creator>YOAVRAPPAPORT1</dc:creator>
      <dc:date>2016-09-15T15:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-update SQL views to REST daily with poly and point data</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/auto-update-sql-views-to-rest-daily-with-poly-and/m-p/132350#M5087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yoav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As long as your enterprise database is registered as a Data Store with ArcGIS Server, the service will update when view updates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 11:40:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/auto-update-sql-views-to-rest-daily-with-poly-and/m-p/132350#M5087</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2016-09-20T11:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-update SQL views to REST daily with poly and point data</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/auto-update-sql-views-to-rest-daily-with-poly-and/m-p/132351#M5088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;A href="https://community.esri.com/people/jskinner-esristaff"&gt;jskinner-esristaff&lt;/A&gt;‌ for the response. Would this be the method to&amp;nbsp;Join SQL Server Tables with a reference Geodatabase based on a Unique identifier and upadate records in a one or&amp;nbsp;more feature classes? This is currently a manual process. We export a table of attributes from SQL, we join with a reference feature class, create a new feature class of&amp;nbsp;only of joined features, and then publish to REST. I understand that registering the Geodatabase as a Data Store with ArcGIS Server will keep the REST updated when features are changed. I am wondering how to automate the creating of the features based on the change in the SQL table views&amp;nbsp;(although it can be made spatial views we are finding it too slow).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 16:48:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/auto-update-sql-views-to-rest-daily-with-poly-and/m-p/132351#M5088</guid>
      <dc:creator>YOAVRAPPAPORT1</dc:creator>
      <dc:date>2016-09-20T16:48:19Z</dc:date>
    </item>
  </channel>
</rss>

