<?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: Feature Names in SDE Geodatabase in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533944#M30221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Vince,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for following up.&amp;nbsp; I just want to clarify something in your post.&amp;nbsp; You said that the best practice is to create a user to own the tables.&amp;nbsp; If we are using windows authentication, the user would have to be a user in Active Directory, correct?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jan 2013 14:10:47 GMT</pubDate>
    <dc:creator>BrendanDwyer</dc:creator>
    <dc:date>2013-01-07T14:10:47Z</dc:date>
    <item>
      <title>Feature Names in SDE Geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533940#M30217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've installed SDE 10.0 on SqlServer 2008 on a 2008 R2 server.&amp;nbsp; We are using the dbo schema and windows authentication.&amp;nbsp; There is an active directory group ("ups") that all our users belong to.&amp;nbsp; We added the ups group as a user to the database and gave it datawriter and datareader permissions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Users can log in and see the feature classes, but when they create a feature class, it adds the users name to the feature class name.&amp;nbsp; For example our database is named upssde, the user is John Smith, the feature class gets names "upssde.'John.Smith'.roads"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;According to &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Adding_Windows_authenticated_logins_or_groups_to_a_SQL_Server_database/002q00000029000000/" rel="nofollow" target="_blank"&gt;this page* &lt;/A&gt;&lt;SPAN&gt; SDE is creating a schema with the name of the user.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We can't have the user name as part of the feature class name, and, obviously, this isn't how SDE is supposed to work.&amp;nbsp; I'm pretty sure I don't have the roles/permissions/groups set up right.&amp;nbsp; I'm not well versed in SQL Server.&amp;nbsp; Is there a way to set it up so that the user names don't show up in the feature class name?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;For Windows groups, ArcGIS will create a matching schema for any group member the first time the user creates data in the geodatabase. The schema name will be the same as the login name, not the name of the group. This is done automatically; you do not have to create the schema ahead of time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 17:09:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533940#M30217</guid>
      <dc:creator>BrendanDwyer</dc:creator>
      <dc:date>2013-01-04T17:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Names in SDE Geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533941#M30218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That documentation link isn't entirely accurate. It is SQL Server, not ArcGIS, that is automatically creating a user and schema when a Windows Group member creates a feature class or table. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;User names will always "show up" in the name of an object displayed in ArcGIS because we show you the fully qualified name of that object - database.schema.table, e.g. upssde."John.Smith".roads. It is how you distinguish between upssde."John.Smith".roads and upssde."Dave.Jones".roads. The feature class itself is still just "roads", but as there may be many "roads" tables on different schemas, created by different users referencing it by its fully qualified name is now you make sure you are accessing the correct table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for pointing out the documentation link - I'll see to it that it gets updated correctly.&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, 04 Jan 2013 17:50:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533941#M30218</guid>
      <dc:creator>ShannonShields</dc:creator>
      <dc:date>2013-01-04T17:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Names in SDE Geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533942#M30219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Shannon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So SDE/ArcCatalog is supposed to display the feature class as "upssde.'John.Smith'.roads"?&amp;nbsp; I thought I was doing something wrong when I set it up.&amp;nbsp; Will it always assign the Active Directory user's name to the schema/feature class?&amp;nbsp; I thought if I assigned editors to a role or a group, the feature class would take the role or groups name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A few more questions: What happens when multiple users edit a file? Will the file always have the name of the user that created it?&amp;nbsp; And if we export the feature class, feature dataset or database, will it display the users name as part of the feature name?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I really appreciate the quick reply and I apologize for the barrage of questions.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Brendan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 18:34:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533942#M30219</guid>
      <dc:creator>BrendanDwyer</dc:creator>
      <dc:date>2013-01-04T18:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Names in SDE Geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533943#M30220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Keep in mind that they're tables, not files.&amp;nbsp; Tables have to have an owner.&amp;nbsp; The group&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;grants access, but the user owns the tables.&amp;nbsp; Best practice is to create one or more users&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; to own the tables, then grant access to users (or groups) through roles.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once data is exported, it usually doesn't really matter whether the previous owner is&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;part of the export (whether it does depends on the method of export -- there's a *lot*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; of possible paths), since the user used to import into the next database will become&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; the new owner.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 19:16:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533943#M30220</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-01-04T19:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Names in SDE Geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533944#M30221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Vince,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for following up.&amp;nbsp; I just want to clarify something in your post.&amp;nbsp; You said that the best practice is to create a user to own the tables.&amp;nbsp; If we are using windows authentication, the user would have to be a user in Active Directory, correct?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 14:10:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533944#M30221</guid>
      <dc:creator>BrendanDwyer</dc:creator>
      <dc:date>2013-01-07T14:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Names in SDE Geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533945#M30222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Local security guidelines would of course take precedence, but the owner account would&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;generally be a "headless user", and therefore better map to a DBMS login (named for&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the theme, department, or data source, e.g., "Basemap", Transportation", "USGS").&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The password would be closely held, to make sure that it was only used by the data &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;librarian for changes to content and database design that have been approved for&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;use within the system.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 14:30:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533945#M30222</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-01-07T14:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Names in SDE Geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533946#M30223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK.&amp;nbsp; Thanks for the clarification.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 16:19:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533946#M30223</guid>
      <dc:creator>BrendanDwyer</dc:creator>
      <dc:date>2013-01-07T16:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Names in SDE Geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533947#M30224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Brendan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;&amp;gt;So SDE/ArcCatalog is supposed to display the feature class as "upssde.'John.Smith'.roads"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, this is correct. We'll always display the fully-qualified name. This may be different depending on your data's source. In the case of SQL Server, it is &lt;/SPAN&gt;&lt;STRONG&gt;database.schema.table&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;&amp;gt;Will it always assign the Active Directory user's name to the schema/feature class? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The basic model is that the user that creates the feature class "owns" it. SQL Server operates a little bit differently in that several releases ago (SQL Server 2005) they removed the concept of "ownership" as it applies to most database objects. Instead, within a database, there can be one or more namespaces called &lt;/SPAN&gt;&lt;STRONG&gt;schemas&lt;/STRONG&gt;&lt;SPAN&gt;. When data is created, it is associated with a particular schema. So, you could create a schema called 'Payroll' that housed all your payroll data, and multiple users could have permission to create data on the Payroll schema. John.Smith could create a table on Payroll by specifying the schema name in the create table statement - CREATE TABLE Payroll.Employee. Even though he created the data, he doesn't actually own it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;However.... &lt;/STRONG&gt;&lt;SPAN&gt;and this is a big however, ArcGIS doesn't support schemas in SQL Server this way. We are working on addressing this in a future release, but right now we are still tied into this concept of ownership - the user who creates the data owns the data. There are several operations that restrict functionality based on ownership. For example, when using ArcGIS only the owner of a feature class can add or remove columns from it, or grant permission to other users to see it. Despite the fact that SQL Server may allow other users with elevated permission to perform these tasks, ArcGIS will restrict them. So, if your users are going to create and manage data in a SQL Server database using ArcGIS, any user who will create tables or views must have a default schema that has the same name as their user name. Users can only create data on their default schema, and that schema's name must match the user's.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;&amp;gt; I thought if I assigned editors to a role or a group, the feature class would take the role or groups name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No. Once an object is created on a particular schema, it stays on that schema. If John.Smith creates a feature class named roads, it will be referenced as "John.Smith".roads, regardless of John.Smith's role or group membership.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;&amp;gt;What happens when multiple users edit a file? Will the file always have the name of the user that created it?&amp;nbsp; And if we export the feature class, feature dataset or database, will it display the users name as part of the feature name?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Having the ability to edit a table is separate from being able to create one. Users can be granted permission to perform edit operations on a table, but that has no impact on the schema that the table resides on. If you export the feature class, the user name will not be part of the export. If the table is exported to another SQL Server database, the user that performs the export operation will be the new "owner" of the table. So if Dave.Jones exports John.Smith's roads feature class into a new database, that table will become "Dave.Jones".roads.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Shannon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 21:12:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533947#M30224</guid>
      <dc:creator>ShannonShields</dc:creator>
      <dc:date>2013-01-07T21:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Names in SDE Geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533948#M30225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Shannon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the detailed post.&amp;nbsp; I appreciate it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This database is going on a system where we don't want the users AD name as part of the layer name.&amp;nbsp; Is there any way to configure SQL Server or SDE using windows authentication where we can dictate what is displayed as the schema name?&amp;nbsp; For example, instead of uspsde.'John.Smith'.roads, we can configure it so that it displays (for example) upssde.Florida.roads?&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;Brendan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 17:57:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533948#M30225</guid>
      <dc:creator>BrendanDwyer</dc:creator>
      <dc:date>2013-01-09T17:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Names in SDE Geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533949#M30226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Vince has already mentioned that you can do that by either mapping to a headless dbms account, or make one or two people data owners.&amp;nbsp; Unless you have active directory logins named Florida, you might consider making a dbms account for loading/owning certain data.The person who exports a table from database 1 to database 2 needs to have data owner permissions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 23:56:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533949#M30226</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2013-01-09T23:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Names in SDE Geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533950#M30227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;On database 2.&amp;nbsp; Sorry for the double post, my phone doesn't give me the option to edit the last post once submitted.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 23:58:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533950#M30227</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2013-01-09T23:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Names in SDE Geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533951#M30228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Vince has already mentioned that you can do that by either mapping to a headless dbms account, or make one or two people data owners.&amp;nbsp; Unless you have active directory logins named Florida, you might consider making a dbms account for loading/owning certain data.The person who exports a table from database 1 to database 2 needs to have data owner permissions.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;IT won't let us use DB accounts because the passwords are sent across the network unencrypted.&amp;nbsp; And they won't let us create a headless AD account.&amp;nbsp; I want to know if there is any way to use OS authentication &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;and&lt;/SPAN&gt;&lt;SPAN&gt; not have the data owners AD name show up in the feature class name.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I understand why you would want to know who created the dataset, but from an organizational point of view, I'd rather have something descriptive about the data as part of the displayed name (for example upssde.Florida.roads, instead of upssde.'John.Smith'.roads).&amp;nbsp; If I want to find out the owner name, that's what metadata is for.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 10:36:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533951#M30228</guid>
      <dc:creator>BrendanDwyer</dc:creator>
      <dc:date>2013-01-10T10:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Names in SDE Geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533952#M30229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I want to know if there is any way to use OS authentication &lt;SPAN style="font-style:italic;"&gt;and&lt;/SPAN&gt; not have the data owners AD name show up in the feature class name.&amp;nbsp; &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No, as Shannon has pointed out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;&amp;gt;Will it always assign the Active Directory user's name to the schema/feature class? &lt;/SPAN&gt;&lt;BR /&gt;The basic model is that the user that creates the feature class "owns"&amp;nbsp; it. SQL Server operates a little bit differently in that several&amp;nbsp; releases ago (SQL Server 2005) they removed the concept of "ownership"&amp;nbsp; as it applies to most database objects. Instead, within a database,&amp;nbsp; there can be one or more namespaces called &lt;STRONG&gt;schemas&lt;/STRONG&gt;. When data is&amp;nbsp; created, it is associated with a particular schema. &lt;SPAN style="color: #0000ff; text-decoration: underline;"&gt;So, you could create&amp;nbsp; a schema called 'Payroll' that housed all your payroll data,&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; text-decoration: underline;"&gt;and&amp;nbsp; multiple users could have permission to create data on the Payroll&amp;nbsp; schema&lt;/SPAN&gt;. John.Smith could create a table on Payroll by specifying the&amp;nbsp; schema name in the create table statement - CREATE TABLE&amp;nbsp; Payroll.Employee. Even though he created the data, he doesn't actually&amp;nbsp; own it. &lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;However.... &lt;/STRONG&gt;and this is a big however, &lt;STRONG&gt;ArcGIS doesn't support&amp;nbsp; schemas in SQL Server this way.&lt;/STRONG&gt; We are working on addressing this in a&amp;nbsp; future release, but right now we are still tied into this concept of&amp;nbsp; ownership - the user who creates the data owns the data.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 12:42:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533952#M30229</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2013-01-10T12:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Names in SDE Geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533953#M30230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;For example, instead of uspsde.'John.Smith'.roads, we can configure it so that it displays (for example) upssde.Florida.roads?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brendan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you could add the John.Smith AD login to SQL Server, and make a user named 'Florida' in the upssde database that is associated with the John.Smith login.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The SQL would look something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family:Courier New;"&gt;CREATE LOGIN [DOMAIN\John.Smith] FROM WINDOWS WITH DEFAULT_DATABASE=[upssde]&lt;BR /&gt;GO&lt;BR /&gt;USE [upssde]&lt;BR /&gt;GO&lt;BR /&gt;CREATE USER [Florida] FOR LOGIN [DOMAIN\John.Smith]&lt;BR /&gt;GO&lt;BR /&gt;ALTER USER [Florida] WITH DEFAULT_SCHEMA=[Florida]&lt;BR /&gt;GO&lt;BR /&gt;CREATE SCHEMA [Florida] AUTHORIZATION [Florida]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This would mean that everytime John Smith connected to the upssde database he would be a user named 'Florida'. You could not do this if he was added by way of an AD group, only if he was added individually to the SQL Server instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anytime you wanted data created on the 'Florida' schema, John Smith would have to be the person logging in to perform this task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not really convenient, but it can be done if you are using individual Windows logins, but not groups.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Shannon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 20:40:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533953#M30230</guid>
      <dc:creator>ShannonShields</dc:creator>
      <dc:date>2013-01-10T20:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Names in SDE Geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533954#M30231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From&amp;nbsp; &lt;A href="https://community.esri.com/thread/55183"&gt;Having Trouble Getting Data Creators Group to Function Properly&lt;/A&gt;&amp;nbsp; the statement "&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;If using a DBO schema geodatabase, only users, or groups which assign user's sysadmin rights within the SQL Server instance will be able to create data." is confusing. We desire that all objects are in the dbo schema, and DO Not want fred.roads and tim.roads. In addition, only DBO's (a very few) are authorized to create objects (feature classes, etc..) and edit them (add columns). Is there ESRI documentation that supports that in order to effect that, the dbo must also be sysadmin? This conflicts with IT security requirements, which strictly limit the sysadmin role. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 17:47:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/feature-names-in-sde-geodatabase/m-p/533954#M30231</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2015-06-17T17:47:27Z</dc:date>
    </item>
  </channel>
</rss>

