<?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: Lost attribute indizes when copying FC to ArcSDE in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/lost-attribute-indizes-when-copying-fc-to-arcsde/m-p/656572#M37174</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What tool are you using to copy your data? (copy/paste, import, ?). I tried this at 10.0 sp4 with copy/paste and everything copied correctly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Aug 2012 18:24:17 GMT</pubDate>
    <dc:creator>LanceShipman</dc:creator>
    <dc:date>2012-08-20T18:24:17Z</dc:date>
    <item>
      <title>Lost attribute indizes when copying FC to ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/lost-attribute-indizes-when-copying-fc-to-arcsde/m-p/656571#M37173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've designed a filegeodatabase with ArcGis 10 SP4. There are many attribute indexes. But when i copy the feature classes to my ArcSDE 10 on SQL Server all attribute indexes are gone. This bug should have fixed with 9.3 SP1 &lt;/SPAN&gt;&lt;A href="http://forums.esri.com/Thread.asp?c=93&amp;amp;f=986&amp;amp;t=262543"&gt;(look here)&lt;/A&gt;&lt;SPAN&gt;. What's the best way to copy the feature classes with attribute indexes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 18:05:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/lost-attribute-indizes-when-copying-fc-to-arcsde/m-p/656571#M37173</guid>
      <dc:creator>gismoe</dc:creator>
      <dc:date>2012-08-14T18:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Lost attribute indizes when copying FC to ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/lost-attribute-indizes-when-copying-fc-to-arcsde/m-p/656572#M37174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What tool are you using to copy your data? (copy/paste, import, ?). I tried this at 10.0 sp4 with copy/paste and everything copied correctly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 18:24:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/lost-attribute-indizes-when-copying-fc-to-arcsde/m-p/656572#M37174</guid>
      <dc:creator>LanceShipman</dc:creator>
      <dc:date>2012-08-20T18:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Lost attribute indizes when copying FC to ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/lost-attribute-indizes-when-copying-fc-to-arcsde/m-p/656573#M37175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have to do this job every day, so i did it with python (copyFeatures_managment). In this way&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the attribute indexes are lost.&amp;nbsp; Copy in ArcCatalog works. Import in ArcCatalog doesn't.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So i think the bug is still alive. I haven't seen any parameters to keep the indizes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 06:38:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/lost-attribute-indizes-when-copying-fc-to-arcsde/m-p/656573#M37175</guid>
      <dc:creator>gismoe</dc:creator>
      <dc:date>2012-08-21T06:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Lost attribute indizes when copying FC to ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/lost-attribute-indizes-when-copying-fc-to-arcsde/m-p/656574#M37176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That sounds more like an enhancement request than a bug.&amp;nbsp; If you're programmatically&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;creating a new table, you can poll the source for the list of indexes, and create them&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;as well.&amp;nbsp; Heck, even if you're repopulating an existing table, you'd really want to obtain&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the list of indexes, drop them, truncate the table, place it in load-only I/O mode, copy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the features, plance the layer in normal-IO mode, and then reconstruct the indexes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 09:28:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/lost-attribute-indizes-when-copying-fc-to-arcsde/m-p/656574#M37176</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-08-21T09:28:29Z</dc:date>
    </item>
  </channel>
</rss>

