<?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: Create Multiple SDE owned Geodatabases in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/create-multiple-sde-owned-geodatabases/m-p/1389653#M8952</link>
    <description>&lt;P&gt;Hey &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880"&gt;@MarceloMarques&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the great resources, I will look into this and see what I can do!&lt;/P&gt;&lt;P&gt;Cody&lt;/P&gt;</description>
    <pubDate>Fri, 01 Mar 2024 19:41:04 GMT</pubDate>
    <dc:creator>CodyPatterson</dc:creator>
    <dc:date>2024-03-01T19:41:04Z</dc:date>
    <item>
      <title>Create Multiple SDE owned Geodatabases</title>
      <link>https://community.esri.com/t5/geodatabase-questions/create-multiple-sde-owned-geodatabases/m-p/1389644#M8950</link>
      <description>&lt;P&gt;Hey All,&lt;/P&gt;&lt;P&gt;We're currently in the process of moving a lot of data around our company, and we would like to have a single SQL Server, that hosts multiple Geodatabases. I have attempted to create a Geodatabase that is owned by the SDE user, and I get this error here:&lt;/P&gt;&lt;P&gt;Cannot remap user to login 'sde', because the login is already mapped to a user in the database&amp;lt;Database&amp;gt;&lt;/P&gt;&lt;P&gt;I was curious if there were any way around this? I can't imagine that the SDE user would be restricted to a single Geodatabase.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Cody&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 19:28:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/create-multiple-sde-owned-geodatabases/m-p/1389644#M8950</guid>
      <dc:creator>CodyPatterson</dc:creator>
      <dc:date>2024-03-01T19:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multiple SDE owned Geodatabases</title>
      <link>https://community.esri.com/t5/geodatabase-questions/create-multiple-sde-owned-geodatabases/m-p/1389650#M8951</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/712076"&gt;@CodyPatterson&lt;/a&gt;&amp;nbsp;- in the database the "sde" user must be mapped to a schema named "sde", and the "sde" user must be mapped to a login named "sde". As you can see those 3 things must have the same name.&lt;/P&gt;&lt;P&gt;You can use "Contained Users" this way you do not need to create external Logins anymore. With Container Users the "sde" user can have a different password in each database, to achive this with Login you need to first map the "sde" user to the "sde" login, create the sde repository, then create a login e.g. "sde_&amp;lt;dbname&amp;gt;" and in the database map the "sde" user to the external login "sde_&amp;lt;dbname&amp;gt;", hence each login "sde_&amp;lt;dbname&amp;gt;" can have a different password.&lt;BR /&gt;&lt;BR /&gt;For more best practices visit my community.esri.com blog below.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/mapping-and-charting-enterprise-databases/mapping-and-charting-solutions-mcs-enterprise/ba-p/893351" target="_blank" rel="noopener"&gt;Mapping and Charting Solutions (MCS) Enterprise Da... - Esri Community&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There you will find my database guide books and database template scripts for SQL Server, you can use the Production Mapping, those are generic and can be applied to any industry.&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;&lt;FONT size="3"&gt;FAQ - Frequent Asked Questions&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;&lt;A href="https://community.esri.com/t5/mapping-and-charting-enterprise-databases/how-load-large-featureclass-sql-server-geodatabase/ba-p/1006710" target="_blank" rel="noopener"&gt;How Load Large Featureclass SQL Server Geodatabase&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/mapping-and-charting-enterprise-databases/how-to-move-a-sql-server-enterprise-geodatabase/ba-p/1233540" target="_blank" rel="noopener"&gt;How to Move the SQL Server Enterprise Geodatabase with a database backup&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/mapping-and-charting-enterprise-databases/how-to-install-database-clients-for-arcgis/ba-p/1372426" target="_blank" rel="noopener"&gt;How to Install Database Clients for ArcGIS&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/mapping-and-charting-enterprise-databases/how-to-install-the-sql-server-client-for-arcgis/ba-p/1238958" target="_blank" rel="noopener"&gt;How to Install the SQL Server Client for ArcGIS?&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 19:39:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/create-multiple-sde-owned-geodatabases/m-p/1389650#M8951</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2024-03-01T19:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multiple SDE owned Geodatabases</title>
      <link>https://community.esri.com/t5/geodatabase-questions/create-multiple-sde-owned-geodatabases/m-p/1389653#M8952</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880"&gt;@MarceloMarques&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the great resources, I will look into this and see what I can do!&lt;/P&gt;&lt;P&gt;Cody&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 19:41:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/create-multiple-sde-owned-geodatabases/m-p/1389653#M8952</guid>
      <dc:creator>CodyPatterson</dc:creator>
      <dc:date>2024-03-01T19:41:04Z</dc:date>
    </item>
  </channel>
</rss>

