<?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 Re: Basic license exporting into SQL Server in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/basic-license-exporting-into-sql-server/m-p/128268#M7374</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't tried it myself, but it seems one could use &lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/conversion/features-to-json.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/conversion/features-to-json.htm"&gt;Features To JSON—Conversion toolbox | ArcGIS Desktop&lt;/A&gt; to export the data as GeoJSON and then load it into SQL Server using a technique outlined in &lt;A class="link-titled" href="https://blogs.msdn.microsoft.com/sqlserverstorageengine/2016/01/05/loading-geojson-data-into-sql-server/" title="https://blogs.msdn.microsoft.com/sqlserverstorageengine/2016/01/05/loading-geojson-data-into-sql-server/"&gt;Loading GeoJSON data into SQL Server | SQL Server Database Engine Blog&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Oct 2017 15:27:25 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2017-10-25T15:27:25Z</dc:date>
    <item>
      <title>Basic license exporting into SQL Server</title>
      <link>https://community.esri.com/t5/data-management-questions/basic-license-exporting-into-sql-server/m-p/128265#M7371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have no need for an Enterprise Geodatabase.&amp;nbsp; However, I was using an advanced license with ArcGIS Pro to export/copy simple polygon featureclasses directly into SQL Server 2016 (stored as native geoms).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was done through simply copying my layer in the catalog pane, and pasting into the database connection to a SQL Server instance (no Enterprise Geodatabase).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I now have a basic license and it would appear that I can't perform this operation.&amp;nbsp; Can someone confirm this is expected behavior?&amp;nbsp; I assumed Basic would let me still work with SQL Server native spatial tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if so, is there a good workaround for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 03:53:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/basic-license-exporting-into-sql-server/m-p/128265#M7371</guid>
      <dc:creator>SimonJackson</dc:creator>
      <dc:date>2017-10-25T03:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Basic license exporting into SQL Server</title>
      <link>https://community.esri.com/t5/data-management-questions/basic-license-exporting-into-sql-server/m-p/128266#M7372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://www.esri.com/~/media/Files/Pdfs/library/whitepapers/pdfs/arcmap-functionality-matrix.pdf"&gt;ArcGIS Desktop 10.5: ArcMap Functionality Matrix&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check Page -30 as per the above PDF.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/381329_Capture.PNG" style="width: 701px; height: 293px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 04:44:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/basic-license-exporting-into-sql-server/m-p/128266#M7372</guid>
      <dc:creator>Asrujit_SenGupta</dc:creator>
      <dc:date>2017-10-25T04:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Basic license exporting into SQL Server</title>
      <link>https://community.esri.com/t5/data-management-questions/basic-license-exporting-into-sql-server/m-p/128267#M7373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I missed that.&amp;nbsp; Thanks for pointing that out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other than bumping up to Standard, if this is the only capability I require, can anyone suggest some workarounds?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used shp2sql tool in the past, but perhaps this process would be suitable for something like GDAL?&amp;nbsp; From memory this has capability to read from a file geodatabase and write into SQL Server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 05:09:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/basic-license-exporting-into-sql-server/m-p/128267#M7373</guid>
      <dc:creator>SimonJackson</dc:creator>
      <dc:date>2017-10-25T05:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Basic license exporting into SQL Server</title>
      <link>https://community.esri.com/t5/data-management-questions/basic-license-exporting-into-sql-server/m-p/128268#M7374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't tried it myself, but it seems one could use &lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/conversion/features-to-json.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/conversion/features-to-json.htm"&gt;Features To JSON—Conversion toolbox | ArcGIS Desktop&lt;/A&gt; to export the data as GeoJSON and then load it into SQL Server using a technique outlined in &lt;A class="link-titled" href="https://blogs.msdn.microsoft.com/sqlserverstorageengine/2016/01/05/loading-geojson-data-into-sql-server/" title="https://blogs.msdn.microsoft.com/sqlserverstorageengine/2016/01/05/loading-geojson-data-into-sql-server/"&gt;Loading GeoJSON data into SQL Server | SQL Server Database Engine Blog&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 15:27:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/basic-license-exporting-into-sql-server/m-p/128268#M7374</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2017-10-25T15:27:25Z</dc:date>
    </item>
  </channel>
</rss>

