<?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: DBO or SDE or what schema? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/1193699#M44110</link>
    <description>&lt;P&gt;Hmmm, well, you should probably ask the Geodatabase team to write that blog. I've been a PostgreSQL admin, nearly exclusively, for most of the past decade, so you wouldn't want me working on it anyway.&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jul 2022 21:50:39 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2022-07-19T21:50:39Z</dc:date>
    <item>
      <title>DBO or SDE or what schema?</title>
      <link>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/340010#M19346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using ArcGIS 10.2.1 with SQL Server 2008 R2 OS Authentication.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To create a SQL Server Enterprise Geodatabase is it a requirement to use DBO or SDE Schema? can I create my own schema based on a user group name? for example, I have 3 users each with a different user name. I want all 3 to be db_owner. I can do this at the database level in SQL Server Management Studio. But, the ArcGIS documentation says the user name and schema must be the same name. If I am using DBO schema then my user name must be DBO. This is how I read it. Will it work if I create a user group named, for example: GIS_People; which contains the user names of 3 users; then create a schema named GIS_People; Or must I use only the DBO or SDE schema?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The ArcGIS requirement for the user name and schema name to be the same is really confusing the heck out of me. Other non-ArcGIS databases I am using in SQL Server, the user name and schema name can be different and there are no problems.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Mar 2014 11:49:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/340010#M19346</guid>
      <dc:creator>TimHayes</dc:creator>
      <dc:date>2014-03-29T11:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: DBO or SDE or what schema?</title>
      <link>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/340011#M19347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The requirement for ArcSDE is that the schema and the geodatabase administrator user account must be the same name.&amp;nbsp; You need to pick either DBO or SDE for in the case of SQL Server for the geodatabase administrator; those are your only two choices for that account.&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://gdbgeek.wordpress.com/2011/10/07/dbo-vs-sde-geodatabase-schema/"&gt;This link&lt;/A&gt;&lt;SPAN&gt; provides some pros and cons to consider when deciding between them.&amp;nbsp; No matter which one you pick, the requirement is that the username and the schema name must match.&amp;nbsp; While you're right in that non-SDE databases don't have a requirement like this according to Microsoft, remember that we're talking about a special account here for ArcSDE not just an average user.&amp;nbsp; We're talking about the geodatabase administrator.&amp;nbsp; Once you set up your geodatabase, you can add whatever users and user groups that you want to the database and grant them whatever role you want.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Mar 2014 12:18:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/340011#M19347</guid>
      <dc:creator>WilliamCraft</dc:creator>
      <dc:date>2014-03-29T12:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: DBO or SDE or what schema?</title>
      <link>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/340012#M19348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Keep in mind that ArcSDE is supported across half a dozen RDBMSes. The ability&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to have schemas which are different than the users which are different than the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;logins makes it very difficult to look up metadata from the SDE tables in a timely&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;fashion.&amp;nbsp; Would the ability to randomly map user to schema be worth a 20% &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;performance penalty?&amp;nbsp; As it is, only data owners are required to have the same&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;schema as user, and best practice is to name the owners in a way that describes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the data (assessor.parcels, transportation.centerlines, etc.), so what real benefit&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is there to "chartreuse.parcels"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As to the DBO vs. SDE, the issue comes down to whether you want a wild-west&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;show or a well ordered database.&amp;nbsp; If you have a tiny department with one editor,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;then there's little risk to using a DBO schema, but if you have a number of&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;editors and you don't want any user to be able to whack the geodatabase&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;through ignorance, then using a SDE owner grants you a finer level of control&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to database administration.&amp;nbsp; You cannot use a custom schema for SDE table&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ownership.&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, 29 Mar 2014 13:06:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/340012#M19348</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-03-29T13:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: DBO or SDE or what schema?</title>
      <link>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/340013#M19349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have set up a SQL Server Enterprise Geodatabase using OS Authentication and the DBO Schema. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am the Geodatabase Administrator with the user name of "dbo" and the schema of "dbo".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have 2 db_owners whose user names are their domain account names (mister_x and mister_y) who use the schema dbo.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It works fine, no problems. But I just want to understand more...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Based on what you are telling me here, if using the dbo schema the Geodatabase Administrator can only have one user name, and that is "dbo" since the user name must be the same as the schema name (dbo) for the administrator. Is this correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do the same circumstances apply if I am using the SDE Schema? meaning must the Geodatabase Administrator have a user name of "sde" because the Schema is "sde". They must be the same as well?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Only 2 schemas can be used and these are dbo or sde, no others.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am only talking about the Geodatabase Administrator, not other users. Adding other users I understand. I just want to get an idea on what user names the Geodatabase Administrator can use which seems to be only 2 user names depending on the schema you choose (dbo or sde).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Mar 2014 13:41:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/340013#M19349</guid>
      <dc:creator>TimHayes</dc:creator>
      <dc:date>2014-03-29T13:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: DBO or SDE or what schema?</title>
      <link>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/340014#M19350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I just want to get an idea on what user names the Geodatabase&amp;nbsp; Administrator can use which seems to be only 2 user names depending on&amp;nbsp; the schema you choose (dbo or sde).&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When speaking to ArcSDE, there are two phrases which have always caused confusion.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Database Administrator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Geodatabase Administrator&amp;nbsp; (this is the one that gets everyone confused)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In SQL Server, a &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Database Administrator&lt;/SPAN&gt;&lt;SPAN&gt; (dbo) owns everything and has control over other databases residing in that instance of SQL Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In SQL Server, a &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Geodatabase Administrator&lt;/SPAN&gt;&lt;SPAN&gt; is talking about the user who owns/manages the ArcSDE related tables within a database.&amp;nbsp; That can be a dbo user (Windows account) or a sde user (SQL Server account)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As we have seen, depending which user owns/manages the ArcSDE related tables, it can make your life easy or hard.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In SQL Server, who owns/manages the ArcSDE related tables is either the "dbo" user (usually the same person who installed SQL Server) or a SQL Server account called sde.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you choose to go with a dbo schema, the dbo user will own whatever data you load into the geodatabase.&amp;nbsp; All of your data will be prefixed with "dbo."&amp;nbsp; And possibly, any other user you grant DBO privileges can load data, and that data will be prefixed with that users schema name.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could end up with something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dbo.parcels and ldonahue.parcels&amp;nbsp; (whatever my windows login name would be)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind of sloppy if you ask me.&amp;nbsp; All of your ArcSDE related tables will also be prefixed with "dbo."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you choose to go with a sde schema, the sde user &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;will never&lt;/SPAN&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;&lt;STRONG&gt;should not&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; load data into the geodatabase.&amp;nbsp; All of your ArcSDE related tables will be prefixed with "sde."&amp;nbsp; But you are free to create other SQL Server accounts with the correct permissions to perform the role of data loading.&amp;nbsp; When data is loaded by a login user, it is owned by that login user's schema name.&amp;nbsp; As Vince pointed out, this gives you some nice organization to your data naming conventions if you created a SQL Server account called "Assessor".&amp;nbsp; Even though the "Assessor" is not you per se, it gives you metadata in the name of the layer.&amp;nbsp; Some people like that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The other nice part about using sde schema is if you are not the Database Administrator of the SQL Server instance, you can still "administer" everything in your geodatabase that you need to using the sde user account or one of the data owner accounts.&amp;nbsp; And then the real Database Administrator can lock you out of everything else, that is if you are sharing an instance of SQL Server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Mar 2014 19:43:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/340014#M19350</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2014-03-29T19:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: DBO or SDE or what schema?</title>
      <link>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/340015#M19351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;And one last thing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you go with sde schema, and you should in my opinion, "you" as the administrator of the geodatabase in general should be the only one loading data into the geodatabase under the correct schema name depending on how you want to structure your data.&amp;nbsp;&amp;nbsp; Schema names being something like your dept name for example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you think about this, how many non-gis developers out there get to load data into their company's database whenever they want?&amp;nbsp; I don't know many, if I can even name one.&amp;nbsp; That is usually a gatekeeper of somekind.&amp;nbsp; Be the gatekeeper.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Mar 2014 19:54:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/340015#M19351</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2014-03-29T19:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: DBO or SDE or what schema?</title>
      <link>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/340016#M19352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Everyone I spoke with says use SDE Schema. One last question: Do I need to install the ArcSDE 10.2.1 Application Server in order to use the SDE schema?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2014 00:45:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/340016#M19352</guid>
      <dc:creator>TimHayes</dc:creator>
      <dc:date>2014-03-30T00:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: DBO or SDE or what schema?</title>
      <link>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/340017#M19353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, the Create Enterprise Geodatabase tool handles it all.&amp;nbsp; Though if you have&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;multiple independent disks and want to use filegroups via DBTUNE keywords,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it would be wise to have the application server binaries installed, to make&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;accessing 'sdedbtune' easier.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2014 01:46:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/340017#M19353</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-03-30T01:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: DBO or SDE or what schema?</title>
      <link>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/340018#M19354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tim, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My suggestion.... If you still are not sure which one to use and how to implement these.... Have a word with the ESRI Tech-Support. Maybe they can offer a solution as per your requirement.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just a&amp;nbsp; suggestion.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 05:05:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/340018#M19354</guid>
      <dc:creator>AsrujitSengupta</dc:creator>
      <dc:date>2014-03-31T05:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: DBO or SDE or what schema?</title>
      <link>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/340019#M19355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you are going to ask multiple questions in a single thread, my advice, is to post another thread.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This question:&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Do I need to install the ArcSDE 10.2.1 Application Server in order to use the SDE schema?&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;SPAN&gt;is entirely different than, and does not relate to your original question and title of this thread:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Is it a requirement to use DBO or SDE Schema? can I create my own schema based on a user group name?&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;SPAN&gt;You originally asked about which schema to use, which several of us answered.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The answer you marked correct has nothing to do with the title or original question of your post.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Marking answers correct and then taking them away is not a good practice.&amp;nbsp; You are not the only one who does this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 15:04:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/340019#M19355</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2014-03-31T15:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: DBO or SDE or what schema?</title>
      <link>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/340020#M19356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this. This one of the most simple explanations that I have seen when the question of DBO vs SDE comes up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 21:29:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/340020#M19356</guid>
      <dc:creator>MikeBly</dc:creator>
      <dc:date>2014-10-21T21:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: DBO or SDE or what schema?</title>
      <link>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/340021#M19357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;New comment to old post..."&lt;EM&gt;Thaaanks ESRI!"...,&lt;/EM&gt; and yes, that was meant to be sarcastic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This 'wild-west' comparison would be good to put in the comparison article that's out there, because there's little suggestion of difference in impact, control or administration in that article.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I've gone the DBO approach, not wanting to have a Windows DBO user, and not wanting to always be the DBO while working in ArcGIS. I did as advised, create a separate data owner 'owner' with a 'owner' schema, so now there's a dbo, an owner and a user. It all works well... almost, but that's a topic for a new thread. I'll post it here if I whether I open one or solve it myself...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2019 02:09:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/340021#M19357</guid>
      <dc:creator>AbeCoughlin1</dc:creator>
      <dc:date>2019-03-14T02:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: DBO or SDE or what schema?</title>
      <link>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/1193017#M44106</link>
      <description>&lt;P&gt;I'd love to see all of this re-hashed again.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1060"&gt;@VinceAngelo&lt;/a&gt;&amp;nbsp;while the underlying technology hasn't changed too much I think that this topic has too many disparate sources to understand fully (especially all bunched around the beginning of the 10.x era.&lt;BR /&gt;&lt;BR /&gt;I'd love to see a deep-dive blog where the Geodatabase team dives into the guts of this topic, canonically links to all the relevant source materials (some of which still live in the Desktop docs). I'd even be in for a 3-part series because the marketing team would love that.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 17:15:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/1193017#M44106</guid>
      <dc:creator>feralcatcolonist_old</dc:creator>
      <dc:date>2022-07-18T17:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: DBO or SDE or what schema?</title>
      <link>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/1193699#M44110</link>
      <description>&lt;P&gt;Hmmm, well, you should probably ask the Geodatabase team to write that blog. I've been a PostgreSQL admin, nearly exclusively, for most of the past decade, so you wouldn't want me working on it anyway.&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 21:50:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/1193699#M44110</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2022-07-19T21:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: DBO or SDE or what schema?</title>
      <link>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/1376081#M44918</link>
      <description>&lt;P&gt;If you run into any newer content on this topic, please let me know! I'm wrapping my head around this stuff for the second time - problem is - the first time it was around 2009&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 19:48:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/m-p/1376081#M44918</guid>
      <dc:creator>AndreaB_</dc:creator>
      <dc:date>2024-01-30T19:48:33Z</dc:date>
    </item>
  </channel>
</rss>

