<?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: Copy table to in_memory in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/copy-table-to-in-memory/m-p/396847#M13508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nevermind,&amp;nbsp;&amp;nbsp; ArcGIS just needed a restart!&amp;nbsp;&amp;nbsp; Using "Copy Rows" works just fine when the output table is set to "in_memory\&amp;lt;output table&amp;gt;" (without quotes).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all of your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Apr 2016 21:10:24 GMT</pubDate>
    <dc:creator>MarkVolz</dc:creator>
    <dc:date>2016-04-15T21:10:24Z</dc:date>
    <item>
      <title>Copy table to in_memory</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/copy-table-to-in-memory/m-p/396844#M13505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to copy tables to "in_memory".&amp;nbsp; Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Background:&amp;nbsp; I noticed processing data and joins is significantly faster when I use the in_memory location.&amp;nbsp; It appears that the copy, copy rows, and feature class to feature class do not allow users to copy tables to the in memory location.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 19:57:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/copy-table-to-in-memory/m-p/396844#M13505</guid>
      <dc:creator>MarkVolz</dc:creator>
      <dc:date>2016-04-15T19:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Copy table to in_memory</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/copy-table-to-in-memory/m-p/396845#M13506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can copy tables using Copy Rows and feature classes using Copy Features, but curiously, it seems as though Copy Rows does not respect raw path notation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;gt;&amp;gt;&amp;gt; arcpy.CopyRows_management("myfeatureclass",r'in_memory\table')
Runtime error&amp;nbsp; Traceback (most recent call last):&amp;nbsp; File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;&amp;nbsp; File "C:\Program Files (x86)\ArcGIS\Desktop10.2\arcpy\arcpy\management.py", line 14392, in CopyRows&amp;nbsp;&amp;nbsp;&amp;nbsp; raise e ExecuteError: ERROR 000210: Cannot create output in_memory\table Failed to execute (CopyRows). 
&amp;gt;&amp;gt;&amp;gt; arcpy.CopyRows_management("myfeatureclass",r'in_memory\mytable')
&amp;lt;Result 'in_memory\\mytable'&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: on further inspection, it's not a problem reading raw notation, it is a problem creating a table named "table".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 18:09:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/copy-table-to-in-memory/m-p/396845#M13506</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2021-12-11T18:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Copy table to in_memory</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/copy-table-to-in-memory/m-p/396846#M13507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code most likely threw the error on your first call to Copy Rows because &lt;STRONG&gt;​"TABLE"&lt;/STRONG&gt;​ is a SQL Reserved word. You can look at the following page for more information on this topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/modelbuilder/the-in-memory-workspace.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/modelbuilder/the-in-memory-workspace.htm"&gt;Using in-memory workspace—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 20:22:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/copy-table-to-in-memory/m-p/396846#M13507</guid>
      <dc:creator>FreddieGibson</dc:creator>
      <dc:date>2016-04-15T20:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Copy table to in_memory</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/copy-table-to-in-memory/m-p/396847#M13508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nevermind,&amp;nbsp;&amp;nbsp; ArcGIS just needed a restart!&amp;nbsp;&amp;nbsp; Using "Copy Rows" works just fine when the output table is set to "in_memory\&amp;lt;output table&amp;gt;" (without quotes).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all of your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 21:10:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/copy-table-to-in-memory/m-p/396847#M13508</guid>
      <dc:creator>MarkVolz</dc:creator>
      <dc:date>2016-04-15T21:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Copy table to in_memory</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/copy-table-to-in-memory/m-p/396848#M13509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to the documentation that &lt;A href="https://community.esri.com/migrated-users/14792"&gt;Freddie Gibson&lt;/A&gt;​ references, which I strongly encourage everyone to read, I also strongly encourage people to read the &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/executing-tools/foreground-and-background-processing.htm"&gt;Foreground and background processing &lt;/A&gt;documentation.&amp;nbsp; When using &lt;SPAN style="font-family: courier new,courier;"&gt;in_memory&lt;/SPAN&gt; within ArcMap/ArcCatalog (&lt;EM&gt;ugh, I wish I could go back to just saying ArcGIS Desktop or Desktop&lt;/EM&gt;), &lt;SPAN style="font-family: courier new,courier;"&gt;in_memory&lt;/SPAN&gt; doesn't always mean in-memory when background processing is enabled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Apr 2016 15:08:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/copy-table-to-in-memory/m-p/396848#M13509</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2016-04-16T15:08:06Z</dc:date>
    </item>
  </channel>
</rss>

