<?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: rename database being used by SDE in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/rename-database-being-used-by-sde/m-p/664350#M37665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you had been using the single database model, it probably would have been as simple as detach, copy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;reattach (this isolation is one of the critical benefits of that model).&amp;nbsp; The inability to rename databases&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;becomes a key factor when trying to prepare for such transfers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Apr 2011 00:32:53 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2011-04-03T00:32:53Z</dc:date>
    <item>
      <title>rename database being used by SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/rename-database-being-used-by-sde/m-p/664345#M37660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using a 9.2 SDE running a 'multiple spatial database model'. (still using 9.2 due to an old MapObjects dependency) and I would like to change the names of these databases to something more logical. The names are old and don't make sense anymore.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a sde command that can rename the database in its internal tables. I've seen the sdetable -rename, but is there something similar for the source database? I can see the database_name field in a few different tables but would be apprehensive to fiddle with them directly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 17:37:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/rename-database-being-used-by-sde/m-p/664345#M37660</guid>
      <dc:creator>DaveOrlando</dc:creator>
      <dc:date>2011-04-01T17:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: rename database being used by SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/rename-database-being-used-by-sde/m-p/664346#M37661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You *really* don't want to rename databases -- Doing so corrupts all the fully-qualified &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;database object references generated by ArcSDE (sde_* table metadata is just a trivial&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;part of the problem). This is why renaming databases is unsupported by Esri.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to create new single-database model ArcSDE instance databases, you can&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;name them appropriately, then copy the data from old to new.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(UNSUPPORTED RISK="MediumHigh") In the past I've run both single and multi-database &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;model ArcSDE instances in a single SQL-Server instance, but the only way I could get it to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;work was to shutdown the multi-database service, detach the 'sde' database, do my new &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;instance management, then re-attach 'sde' and re-start its application server process. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(/UNSUPPORTED)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 19:06:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/rename-database-being-used-by-sde/m-p/664346#M37661</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2011-04-01T19:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: rename database being used by SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/rename-database-being-used-by-sde/m-p/664347#M37662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have another possible solution that I would like to run by you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a new SQL/SDE server that I have rebuilt an ortho database (~200GB). I can't use the new box in a production environment yet, but the orthos are better in general due to renaming and better compression etc so......... on my old box (after copying and attaching the orthos to SQL) could I use some of the sdetable commands to properly remove all references to the old orthos and then re-register the new orthos?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sdetable delete/create, unregister/register? is this a scenario to use those commands?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 20:07:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/rename-database-being-used-by-sde/m-p/664347#M37662</guid>
      <dc:creator>DaveOrlando</dc:creator>
      <dc:date>2011-04-01T20:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: rename database being used by SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/rename-database-being-used-by-sde/m-p/664348#M37663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've done some pretty exotic things to transfer large rasters in the past, including&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a months long copy job over a slow an unreliable network link, but none of them&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;involved 'sdetable' for managing rasters.&amp;nbsp; It may be theoretically possible to use&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;database tools to transfer the raw binary data, but I've never been forced to try.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Using modern hardware, I did a full-on copy of a terabyte of JPEG-compressed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(15-25Tb transfer) in under 40 hours.&amp;nbsp; For 200Gb, you may just be better of &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;copying with a drag-and-drop approach.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 21:30:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/rename-database-being-used-by-sde/m-p/664348#M37663</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2011-04-01T21:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: rename database being used by SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/rename-database-being-used-by-sde/m-p/664349#M37664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay, I will to copy (drag &amp;amp; drop) in ArcCatalog, my new set back to my old server. I just want to avoid having to create the rasters from scratch and using the 'create resater dataset' and 'load' procedures because that is what I have just spend the last week doing on my new box.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was hoping to just detach the ortho database in sql, reattach it to my old box and somehow have SDE recognize the data. Guess not...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 22:13:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/rename-database-being-used-by-sde/m-p/664349#M37664</guid>
      <dc:creator>DaveOrlando</dc:creator>
      <dc:date>2011-04-01T22:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: rename database being used by SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/rename-database-being-used-by-sde/m-p/664350#M37665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you had been using the single database model, it probably would have been as simple as detach, copy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;reattach (this isolation is one of the critical benefits of that model).&amp;nbsp; The inability to rename databases&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;becomes a key factor when trying to prepare for such transfers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2011 00:32:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/rename-database-being-used-by-sde/m-p/664350#M37665</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2011-04-03T00:32:53Z</dc:date>
    </item>
  </channel>
</rss>

