<?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: Why would I install ArcSDE with 10.1? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61494#M3577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In fact, you have been encouraged to "register your view with ArcSDE".&amp;nbsp; This is significantly&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;different from "use the command line tool to create the views."&amp;nbsp; I strongly &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;discourage&lt;/SPAN&gt;&lt;SPAN&gt; anyone&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from using 'sdetable -o create_view' ever again, particularly with native or ST_GEOMETRY&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;spatial columns.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In your particular use, registration of the existing view is necessary (it is not possible for a query&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; cursor to mine the database query plan to extract the information you expect it to have), but that&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; only requires 'sdelayer -o register', not recreation of the existing views (be sure to use 'sdelayer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-o describe_long' to extract the SRID of the base table for the -R flag in the register options).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hopefully, there will be a ArcPy tool that will register views with geodatabase metadata once&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that which was once ArcSDE is gone.&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, 05 Nov 2013 15:12:04 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2013-11-05T15:12:04Z</dc:date>
    <item>
      <title>Why would I install ArcSDE with 10.1?</title>
      <link>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61445#M3528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Why would I install ArcSDE with 10.1?&amp;nbsp; It seems I can us ArcCatalog to create an enterprise geodatabase without SDE then have all my users use direct connections.&amp;nbsp; What am I missing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2012 18:01:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61445#M3528</guid>
      <dc:creator>AlanToms</dc:creator>
      <dc:date>2012-05-10T18:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Why would I install ArcSDE with 10.1?</title>
      <link>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61446#M3529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Alan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With ArcGIS 10.1 you can connect to an enterprise database that does not have an SDE geodatabase repository and create feature classes with a native spatial type.&amp;nbsp; For example, you could connect to a SQL Server database and import/create feature classes with the GEOMETRY or GEOGRAPHY spatial type.&amp;nbsp; However, you can only view this feature class.&amp;nbsp; You cannot perform any edits, or have the feature class participate in any geodatabase functionality (such as replication, topology, geometric networks, relationship classes, network datasets, etc).&amp;nbsp; Essentially, you are getting a 'view' only feature class w/o SDE.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 12:04:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61446#M3529</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2012-05-11T12:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Why would I install ArcSDE with 10.1?</title>
      <link>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61447#M3530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alan, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To further add on to what Jake said...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Prior to 10.1 (10.0, 9.x, 8.x) if you wanted to use a Geodatabase with all of the cool Geodatabase functionality (versioning, archiving, topology, relationship classes, terrains, geometric networks, etc) on a DBMS (Oracle, SQL Server, Postgresql, Informix, DB2) you had to perform a few steps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First, you needed to install ArcSDE onto your machine, usually this was your DBMS server. This install included the files needed to run ArcSDE command line utilities, the application server, as well as the ArcSDE post installer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After installing this onto your machine you would need to run the ArcSDE post installer. The main purpose of this post install was to install the Geodatabase into your enterprise database. This includes all the stored procedures, functions, privileges, and schema needed to provide the functionality I mentioned earlier. The post install could also be used to set up your application server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The application server can be used to connect from a client machine to the DBMS/Geodatabase. It is used more or less to manage the connection requests coming in from clients and provide a way for the clients to 'talk' to the DBMS. For a while this was the only way to connect to a Geodatabase. At some point (I think 9.0) we added the ability to make direct connections (2-tier: client-DBMS) to the DBMS. This made the use of the application server (3-tier: client-app server-dbms) optional. For some people this meant they stopped setting up the application server and started using direct connections. Others continued using the application server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The ArcSDE command line utilities are a method for the Geodatabase administrator to manage data, users, the application server service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Fast forward to 10.1 - We have tried to allow you to manage your Geodatabase completely within ArcGIS applications (ArcCatalog, ArcMap, ArcGIS Server, etc). This is done through the use of dialogues in ArcMap/Catalog and the use of geoprocessing. The first thing we did was to break out the installation of the geodatabase schema tasks into geoprocessing tools. If you want to create an enterprise geodatabase there are now two options. Option 1, you can use the 'Create Enterprise Geodatabase' geoprocessing tool. This tool will create a new empty geodatabase in an existing instance. The second option is to use the 'Enable Enterprise Geodatabase' tool will allow you to install the Geodatabase schema in an already existing instance. The new functionality that Jake mentioned that allows you to now connect to a enterprise database (not a geodatabase) is what allow ArcGIS to then enable geodatabase behavior in your enterprise geodatabase. This second option would be used where you have already set up a database, have user permissions assigned and maybe have loaded some data (essentially converting your database to a geodatabase). The first option would be used if you are starting from nothing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Esri recommends using direct connections for making connections to your geodatabase, it is not mandatory that you install the application server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Much of the commonly used functionality found in the ArcSDE command line utilities is now available either through ArcGIS applications mentioned earlier or through geoprocessing (disconnecting users, identifying locks, loading data, investigating data, etc). For most users the install of these utilities should not be necessary.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you determine that you really need the application server or the command line utilities they are available as a separate install.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, this has been a pretty long winded answer to a pretty straightforward question. Answer is, it's not mandatory to install the application server or command line utilities. If you want to take advantage of Geodatabase behavior you do need to run one of the geoprocessing tools to install the Geodatabase.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 15:38:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61447#M3530</guid>
      <dc:creator>RussellBrennan</dc:creator>
      <dc:date>2012-05-11T15:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why would I install ArcSDE with 10.1?</title>
      <link>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61448#M3531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much for the education.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 15:53:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61448#M3531</guid>
      <dc:creator>AlanToms</dc:creator>
      <dc:date>2012-05-11T15:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Why would I install ArcSDE with 10.1?</title>
      <link>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61449#M3532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Alan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;at 10.1 there is no need to install the ArcSDE software unless you need to run an ArcSDE service. If all of your users are making Direct Connections to the geodatabase then the ArcSDE installation is not necessary. As well, most of the functionality offered by ArcSDE commands is now available in ArcGIS Desktop &amp;amp; through GP tools. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Shannon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 16:04:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61449#M3532</guid>
      <dc:creator>ShannonShields</dc:creator>
      <dc:date>2012-05-11T16:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why would I install ArcSDE with 10.1?</title>
      <link>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61450#M3533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;the answer from russellb is really clear, but I have another little question:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;what about editing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have some services that I can edit on the web with ArcGIS Server 10.1, should I still use the SDE connection or it is ok to use a direct Connection?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the new ArcGIS Server able to 'replace' or acts as the SDE layer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 08:42:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61450#M3533</guid>
      <dc:creator>LucaSimone</dc:creator>
      <dc:date>2012-10-11T08:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why would I install ArcSDE with 10.1?</title>
      <link>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61451#M3534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Direct Connect *is* an ArcSDE connection.&amp;nbsp; This thread is about application server install,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but the ArcSDE functionality still exists -- It's ArcSDE that provides the basis for versioned&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;geodatabases.&amp;nbsp; With Direct Connect, it's just a multi-threaded solution in the ArcGIS client&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; instead of a multi-processing solution on the database server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 10:32:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61451#M3534</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-10-11T10:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Why would I install ArcSDE with 10.1?</title>
      <link>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61452#M3535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You cannot perform any edits, or have the feature class participate in any geodatabase functionality (such as replication, topology, geometric networks, relationship classes, network datasets, etc). Essentially, you are getting a 'view' only feature class w/o SDE. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the qouted text true if I don't install ArcSDE 10.1?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Nov 2012 10:31:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61452#M3535</guid>
      <dc:creator>AlaaKutbi</dc:creator>
      <dc:date>2012-11-18T10:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why would I install ArcSDE with 10.1?</title>
      <link>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61453#M3536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is the qouted text true if I don't install ArcSDE 10.1?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No, it's true, like Russell Brennan wrote, if you don't &lt;/SPAN&gt;&lt;STRONG style=": ; font-style: italic; text-decoration: underline;"&gt;Create&lt;/STRONG&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-style: italic; text-decoration: underline;"&gt;Enable&lt;/SPAN&gt; Enterprise Geodatabase&lt;/STRONG&gt;&lt;SPAN&gt; functionality on your database using the new geoprocessing tools in ArcGIS 10.1. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It has nothing to do with whether or not ArcSDE is installed on your database server. As Vince says, even if you don't use or install it on your &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;database server&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;, ArcSDE is still part of your &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;client ArcGIS application&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;, there are by default DLLs installed on your own computer with ArcGIS that handle the geodatabase SQL logic ---&amp;gt; That is essentially what ArcSDE is!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;E.g., have a look at your &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;"C:\Program Files (x86)\ArcGIS\Desktop10.X\Bin"&lt;/SPAN&gt;&lt;SPAN&gt; folder on your local computer. You will see DLLs like &lt;/SPAN&gt;&lt;STRONG&gt;"sde.dll"&lt;/STRONG&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;STRONG&gt;"sdesqlsrvr100.dll"&lt;/STRONG&gt;&lt;SPAN&gt; etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As soon as you attempt to connect to an &lt;/SPAN&gt;&lt;STRONG&gt;ESRI&lt;/STRONG&gt;&lt;SPAN&gt; Enterprise &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;Geo&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;database, these DLLs will be in use by your client ArcGIS application. There is no way around this when connecting to an ESRI geodatabase - at least for full functionality including editing - ArcSDE is just the component ESRI devised to handle the connection to the database and SQL stuff needed to allow advanced geodatabase functionality like versioning.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is nothing special about ArcSDE or these DLLs in this respect, other vendors like Bentley or Autodesk have similar software components in their software to handle connections and SQL stuff related to geospatial databases, they just call it differently.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Nov 2012 11:11:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61453#M3536</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2012-11-18T11:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why would I install ArcSDE with 10.1?</title>
      <link>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61454#M3537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just to make sure that I understood you correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What you are saying is I do not need to install ArcSDE on the database server because the client contains the SDE functionality.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Nov 2012 13:47:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61454#M3537</guid>
      <dc:creator>AlaaKutbi</dc:creator>
      <dc:date>2012-11-18T13:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why would I install ArcSDE with 10.1?</title>
      <link>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61455#M3538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Another way of sying it:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- I could use direct connection without ArcSDE installed for two-tier topology.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- I could use ArcSDE to hide or conceal the database in a three-tier topology.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;am I right?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Nov 2012 14:47:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61455#M3538</guid>
      <dc:creator>AlaaKutbi</dc:creator>
      <dc:date>2012-11-18T14:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Why would I install ArcSDE with 10.1?</title>
      <link>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61456#M3539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Just to make sure that I understood you correctly.&lt;BR /&gt;What you are saying is I do not need to install ArcSDE on the database server because the client contains the SDE functionality.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, this is true, but in a 2-tier Direct Connect situation, be aware you may need to install other additional software like Oracle Client &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;on the client&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; ArcGIS computer, to get the connection to your database up and running. This is not necessary with a separate server side 3-tier installation of ArcSDE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Another way of saying it:&lt;BR /&gt;&lt;BR /&gt;- I could use direct connection without ArcSDE installed for two-tier topology.&lt;BR /&gt;- I could use ArcSDE to hide or conceal the database in a three-tier topology.&lt;BR /&gt;&lt;BR /&gt;am I right?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, that is about the story, although "hide" is probably a bit overstated, you will always have some database related stuff, like database login with username and password, that is there on the client side. And again be aware that for Oracle, you need to install Oracle Client in a two-tier topology, and that it needs to be a 32-bit version, as ArcGIS is still 32-bit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, rephrasing the first sentence to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;- I could use direct connection without ArcSDE installed &lt;STRONG&gt;on a server&lt;/STRONG&gt; for two-tier topology.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is probably a bit more accurate, as, as you now understand, ArcSDE is always installed on the client side as part of the ArcGIS installation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcSDE is the engine of the "car" called "geodatabase"... Take away the engine entirely, and you will grind to a halt.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Nov 2012 15:15:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61456#M3539</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2012-11-18T15:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why would I install ArcSDE with 10.1?</title>
      <link>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61457#M3540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to wrap my head around this, as I setup my test server for our upgrade.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have set up my server with Windows Server 2008 R2 sp1 and SQL Server 2012 standard edition.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have installed ArcGIS desktop 10.1 + sp1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I ran through the ArcGIS for Server 10.1 sp1 installer but did not create a ArcGIS Server site. (essentially I needed the authorization file for the create enterprise geodatabase tool )&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I then ran the tool &amp;gt; 'Create Enterprise Geodatabase'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I loaded some data into the geodatabase, registered as versioned.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When exploring the schema all the SDE and GDB tables are present.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I missing something? Do I need to install ArcSDE 10.1 to get the multi user/versioning/history capabilties of ArcSDE, or as this discussion indicates this is now inherent in the desktop. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I still am not 100% clear why I would need to install the ArcSDE application server or command line tools.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I am managing data via desktop (ArcMap &amp;amp; ArcCatalog) I do not need to install anything further&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I am managing data via web editing tools I do need to install the ArcSDE application server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for any clarification you can provide.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Fiona&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2012 19:29:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61457#M3540</guid>
      <dc:creator>FionaHatfield</dc:creator>
      <dc:date>2012-12-21T19:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why would I install ArcSDE with 10.1?</title>
      <link>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61458#M3541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yeah it took me a bit to get it as well.&amp;nbsp; The ArcSDE Command Line tools do not need to be installed unless you want to run stuff with a command line or need to do some major troubleshoot.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;I'm trying to wrap my head around this, as I setup my test server for our upgrade.&lt;BR /&gt;&lt;BR /&gt;I have set up my server with Windows Server 2008 R2 sp1 and SQL Server 2012 standard edition.&lt;BR /&gt;I have installed ArcGIS desktop 10.1 + sp1&lt;BR /&gt;I ran through the ArcGIS for Server 10.1 sp1 installer but did not create a ArcGIS Server site. (essentially I needed the authorization file for the create enterprise geodatabase tool )&lt;BR /&gt;&lt;BR /&gt;I then ran the tool &amp;gt; 'Create Enterprise Geodatabase'&lt;BR /&gt;I loaded some data into the geodatabase, registered as versioned.&lt;BR /&gt;When exploring the schema all the SDE and GDB tables are present.&lt;BR /&gt;&lt;BR /&gt;Am I missing something? Do I need to install ArcSDE 10.1 to get the multi user/versioning/history capabilties of ArcSDE, or as this discussion indicates this is now inherent in the desktop. &lt;BR /&gt;&lt;BR /&gt;I still am not 100% clear why I would need to install the ArcSDE application server or command line tools.&lt;BR /&gt;If I am managing data via desktop (ArcMap &amp;amp; ArcCatalog) I do not need to install anything further&lt;BR /&gt;If I am managing data via web editing tools I do need to install the ArcSDE application server.&lt;BR /&gt;&lt;BR /&gt;Thank you for any clarification you can provide.&lt;BR /&gt;Fiona&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2012 19:58:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61458#M3541</guid>
      <dc:creator>AlanToms</dc:creator>
      <dc:date>2012-12-21T19:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why would I install ArcSDE with 10.1?</title>
      <link>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61459#M3542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I then ran the tool &amp;gt; 'Create Enterprise Geodatabase'&lt;BR /&gt;I loaded some data into the geodatabase, registered as versioned.&lt;BR /&gt;When exploring the schema all the SDE and GDB tables are present.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Fiona,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good, this means you are most likely "up-and-running", and can start using ArcGIS to fill and use your ESRI &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;geo&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;database&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Am I missing something? &lt;STRONG&gt;Do I need to install ArcSDE 10.1 to get the multi user/versioning/history capabilities of ArcSDE&lt;/STRONG&gt;, or as this discussion indicates this is now inherent in the desktop.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I still am not 100% clear why I would need to install the ArcSDE application server or command line tools.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;No&lt;/STRONG&gt;&lt;SPAN&gt;, you do &lt;/SPAN&gt;&lt;STRONG style="text-decoration: underline;"&gt;not&lt;/STRONG&gt;&lt;SPAN&gt; need to install an &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;ArcSDE 10.1 &lt;STRONG&gt;application server&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; to get full geodatabase functionality, including multi user/versioning/history. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I and others have attempted to explain in this thread, ArcSDE's software components in the form of DLLs (Dynamic Link Libraries) form an inherent - and VITAL - part of &lt;/SPAN&gt;&lt;STRONG&gt;any&lt;/STRONG&gt;&lt;SPAN&gt; "client" ArcGIS application, most prominently "ArcGIS for Desktop" and "ArcGIS for Server" (Server is after all a "client" of the DBMS too, e.g. Oracle, Microsoft SQL Server). They are installed by default as part of the respective software's installation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can't access or run an ESRI geodatabase without these DLLs that incorporate all the functionality and logic of ArcSDE to handle ESRI geodatabases (at least not by re-doing years long software development by ESRI and at great risk of corrupting the database in case you want to edit something). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Like I wrote in my last post:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;*************************************&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;ArcSDE is the "engine" of the "car" called "geodatabase"... Take away the engine entirely, and you will grind to a halt.&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;*************************************&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, if this sentence still leaves you confused, think of the &lt;/SPAN&gt;&lt;STRONG&gt;ArcSDE application server&lt;/STRONG&gt;&lt;SPAN&gt; running on a remote server being "public transport", and the &lt;/SPAN&gt;&lt;STRONG&gt;ArcSDE DLLs on your local compute&lt;/STRONG&gt;&lt;SPAN&gt;r as part of "ArcGIS for Desktop" as your "private car". Both share an "engine" (THIS IS ARCSDE!), but they are independent and &lt;/SPAN&gt;&lt;STRONG style="font-style: italic;"&gt;both&lt;/STRONG&gt;&lt;SPAN&gt; get you from A to B (allow you to access an ESRI geodatabase with all of it's functionality).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is up to you to decide if you want to travel by "public transport" or use your "private car". One mode of transport may be faster than the other (or the other way around), depending on the conditions in your local "area"...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To also recap some of the very good comments by the ESRI staff in this thread (Russell Brennan in this case):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;"Fast forward to 10.1 - We have tried to allow you to manage your Geodatabase completely within ArcGIS applications (ArcCatalog, ArcMap, ArcGIS Server, etc). This is done through the use of dialogues in ArcMap/Catalog and the use of geoprocessing."&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;BR /&gt;"If you determine that you really need the application server or the command line utilities they are available as a separate install."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These comments mean that only in some exceptional cases, you &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;might&lt;/SPAN&gt;&lt;SPAN&gt; need one of the command line tools. Until you run into some serious trouble that really can't be dealt with using ArcGIS's new tools, you should be fine using Direct Connect and leaving your setup as it is now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2012 20:26:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61459#M3542</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2012-12-21T20:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Why would I install ArcSDE with 10.1?</title>
      <link>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61460#M3543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;HI All,&amp;nbsp; Please help me understand this for the personal ArcSDE.&amp;nbsp; For the previous item...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No, you do not need to install an ArcSDE 10.1 application server to get full geodatabase functionality, including multi user/versioning/history. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So can I still use a personal ArcSDE with Desktop without ArcGIS Server, say on a laptop?&amp;nbsp; If so, do I need to through through the same procedure for creating or enabling a enterprise geodatabase?&amp;nbsp; If, so how.&amp;nbsp; The create geodatabase requires an authorization code for ArcGIS Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brian Kaplan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 19:00:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61460#M3543</guid>
      <dc:creator>BrianKaplan</dc:creator>
      <dc:date>2013-01-17T19:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Why would I install ArcSDE with 10.1?</title>
      <link>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61461#M3544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;HI All,&amp;nbsp; Please help me understand this for the personal ArcSDE.&amp;nbsp; For the previous item...&lt;BR /&gt;&lt;BR /&gt;No, you do not need to install an ArcSDE 10.1 application server to get full geodatabase functionality, including multi user/versioning/history. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So can I still use a personal ArcSDE with Desktop without ArcGIS Server, say on a laptop?&amp;nbsp; If so, do I need to through through the same procedure for creating or enabling a enterprise geodatabase?&amp;nbsp; If, so how.&amp;nbsp; The create geodatabase requires an authorization code for ArcGIS Server.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Brian Kaplan&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brian, there is no "personal ArcSDE", there is just the ArcSDE DLL's that incorporate all the functionality to allow a Direct Connect connection on your local personal PC to a (remote) enterprise geodatabase, but that isn't a product called "personal ArcSDE".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Additionally, if you want to create an enterprise geodatabase (so no file geodatabase), you will need an ArcGIS for Server commercial licence, as ArcSDE / ArcGIS for Server is a sale / non-free product of ESRI, and using an enterprise geodatabase requires this licence, even if you only start using it for testing purposes. That is why you are being asked for an authorization code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may be able to get a temporary trial licence for free for testing purposes, IDK, but as soon as you start deploying it, you will surely need a true paid licence. For that, there are two possible licencing levels: "ArcGIS for Server Enterprise" and "ArcGIS for Server Workgroup", see this page:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.esri.com/software/arcgis/arcgisserver/features/enterprise-workgroup"&gt;http://www.esri.com/software/arcgis/arcgisserver/features/enterprise-workgroup&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2013 12:57:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61461#M3544</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2013-01-18T12:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why would I install ArcSDE with 10.1?</title>
      <link>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61462#M3545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Brian, there is no "personal ArcSDE", there is just the ArcSDE DLL's that incorporate all the functionality to allow a Direct Connect connection on your local personal PC to a (remote) enterprise geodatabase, but that isn't a product called "personal ArcSDE".&lt;BR /&gt;&lt;BR /&gt;Additionally, if you want to create an enterprise geodatabase (so no file geodatabase), you will need an ArcGIS for Server commercial licence, as ArcSDE / ArcGIS for Server is a sale / non-free product of ESRI, and using an enterprise geodatabase requires this licence, even if you only start using it for testing purposes. That is why you are being asked for an authorization code.&lt;BR /&gt;&lt;BR /&gt;You may be able to get a temporary trial licence for free for testing purposes, IDK, but as soon as you start deploying it, you will surely need a true paid licence. For that, there are two possible licencing levels: "ArcGIS for Server Enterprise" and "ArcGIS for Server Workgroup", see this page:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.esri.com/software/arcgis/arcgisserver/features/enterprise-workgroup"&gt;http://www.esri.com/software/arcgis/arcgisserver/features/enterprise-workgroup&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Marco,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your reply.&amp;nbsp; I must have used the wrong terminology.&amp;nbsp; The install for ArcGIS Desktop includes an option to enable geodatabase storage on SQL Server Express.&amp;nbsp; Isn't this not an enterprise geodatabase?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jan 2013 02:05:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61462#M3545</guid>
      <dc:creator>BrianKaplan</dc:creator>
      <dc:date>2013-01-19T02:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Why would I install ArcSDE with 10.1?</title>
      <link>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61463#M3546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Enterprise geodatabases, which run in many different flavors of RDBMS software, require an&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS for Server Enterprise license.&amp;nbsp; Desktop (formerly known as "Personal") and Workgroup&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; multiuser geodatabases (which only run in SQL-Server Express, and are subject to restrictions&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; in user count, storage, RAM, and CPU cores) are available at different licensing levels.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;A href="http://www.esri.com/software/arcgis/geodatabase/multi-user-geodatabase"&gt;Multiuser Geodatabase&lt;/A&gt;&lt;SPAN&gt; page breaks down the options. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jan 2013 12:32:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61463#M3546</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-01-19T12:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why would I install ArcSDE with 10.1?</title>
      <link>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61464#M3547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Enterprise geodatabases, which run in many different flavors of RDBMS software, require an&lt;BR /&gt;ArcGIS for Server Enterprise license.&amp;nbsp; Desktop (formerly known as "Personal") and Workgroup&lt;BR /&gt; multiuser geodatabases (which only run in SQL-Server Express, and are subject to restrictions&lt;BR /&gt; in user count, storage, RAM, and CPU cores) are available at different licensing levels.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;The &lt;A href="http://www.esri.com/software/arcgis/geodatabase/multi-user-geodatabase"&gt;Multiuser Geodatabase&lt;/A&gt; page breaks down the options. &lt;BR /&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&amp;nbsp; I found that the ArcGIS desktop menu included the ArcSDE install and the ability to take an existing SQL Server Express database and convert it to a geodatabase.&amp;nbsp; Brian.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jan 2013 00:08:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/why-would-i-install-arcsde-with-10-1/m-p/61464#M3547</guid>
      <dc:creator>BrianKaplan</dc:creator>
      <dc:date>2013-01-20T00:08:41Z</dc:date>
    </item>
  </channel>
</rss>

