<?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: Changing the user schema for a user on a sde database in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/changing-the-user-schema-for-a-user-on-a-sde/m-p/625117#M24025</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should check the below link before deciding on what to do:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/gdbs-in-sql-server/comparison-geodatabase-owners-sqlserver.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/gdbs-in-sql-server/comparison-geodatabase-owners-sqlserver.htm"&gt;A comparison of geodatabase owners in SQL Server—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specially check the Pros and Cons mentioned under the "&lt;STRONG&gt;Which user should own the geodatabase&lt;/STRONG&gt;?" part in that link&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 May 2017 19:33:56 GMT</pubDate>
    <dc:creator>Asrujit_SenGupta</dc:creator>
    <dc:date>2017-05-03T19:33:56Z</dc:date>
    <item>
      <title>Changing the user schema for a user on a sde database</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/changing-the-user-schema-for-a-user-on-a-sde/m-p/625115#M24023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, basically what I want to do is have a user create a feature class in an sde database and have their user schema be dbo (or other standardized name) without being granted system admin. Currently when a user tries to create a feature class it names it 'database."domain/user".dataset. Is there anyway for the created dataset to be 'datbase.dbo.dataset' and be anonymous? A couple details and things that have been tried:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;SDE database is a Sql Server&lt;/LI&gt;&lt;LI&gt;Have tried adjusting user mapping in Sql Server Manager to have the dbo default schema&lt;/LI&gt;&lt;LI&gt;Have tried setting their role as db_owner&lt;/LI&gt;&lt;LI&gt;Have tried unchecking 'sde owned schema' when creating the enterprise database&lt;/LI&gt;&lt;LI&gt;Again, problem is not creating the data it is adjusting the schema to display as described above&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any ideas or need more info? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 15:55:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/changing-the-user-schema-for-a-user-on-a-sde/m-p/625115#M24023</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-04-28T15:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the user schema for a user on a sde database</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/changing-the-user-schema-for-a-user-on-a-sde/m-p/625116#M24024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #16325c; background-color: #ffffff; font-size: 12px;"&gt;--We can save the data in "dbo schema" without granting the user "sysadmin" server role by changing the database owner using the following command:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #16325c; background-color: #ffffff; font-size: 12px;"&gt;EXEC sp_changedbowner 'name';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #16325c; background-color: #ffffff; font-size: 12px;"&gt;(You can confirm the owner of the geodatabase using the command: sp_helpdb; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #16325c; background-color: #ffffff; font-size: 12px;"&gt;--There can be only one database owner.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 21:44:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/changing-the-user-schema-for-a-user-on-a-sde/m-p/625116#M24024</guid>
      <dc:creator>ManviLather1</dc:creator>
      <dc:date>2017-05-02T21:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the user schema for a user on a sde database</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/changing-the-user-schema-for-a-user-on-a-sde/m-p/625117#M24025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should check the below link before deciding on what to do:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/gdbs-in-sql-server/comparison-geodatabase-owners-sqlserver.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/gdbs-in-sql-server/comparison-geodatabase-owners-sqlserver.htm"&gt;A comparison of geodatabase owners in SQL Server—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specially check the Pros and Cons mentioned under the "&lt;STRONG&gt;Which user should own the geodatabase&lt;/STRONG&gt;?" part in that link&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 19:33:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/changing-the-user-schema-for-a-user-on-a-sde/m-p/625117#M24025</guid>
      <dc:creator>Asrujit_SenGupta</dc:creator>
      <dc:date>2017-05-03T19:33:56Z</dc:date>
    </item>
  </channel>
</rss>

