<?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: Some questions on ArcGIS Enterprise SQL server best practices. in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1289087#M35922</link>
    <description>&lt;P&gt;If the data is owned by DBO, then the user has to be DBO / Sysadmin to be the data's owner.&lt;BR /&gt;&lt;BR /&gt;This is where using DBO can get tricky. The default schema should be "GISadmin" for that owner, not DBO or something else.&lt;BR /&gt;&lt;BR /&gt;You may need to delete the parcel fabric, create a new data owner (parcel) then reload as that user. It would alleviate some of these issues.&lt;BR /&gt;&lt;BR /&gt;I am not sure there is a simple "fix" for all of this.&lt;/P&gt;</description>
    <pubDate>Mon, 15 May 2023 11:58:12 GMT</pubDate>
    <dc:creator>George_Thompson</dc:creator>
    <dc:date>2023-05-15T11:58:12Z</dc:date>
    <item>
      <title>Some questions on ArcGIS Enterprise SQL server best practices.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1288533#M35914</link>
      <description>&lt;P&gt;I've found myself acting as the database administrator for our organization despite never having any formal database training, so I have a few questions.&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;What are the best practices as far as user logins on the sql server? We currently have a "GISadmin" login and then a bunch of individual user logins. The GISadmin login has been used as sysadmin and only used for administrative tasks like reconciling versions and database maintenance. However we have recently had an issue trying to create a parcel fabric on the eGDB and I think it has something to do with the GISadmin having sysadmin privileges. Looking around, it seems like it is recommended that sysadmin versions should not own data. Is that correct? If that is the case, who should there be a designated "data_owner" login that owns all data? If so, what server roles and permissions should that login have?&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Adding on to the previous question, are there any other user logins that are considered best practices outside of the standard admin login and individual users? If yes, what are they and what is their purpose and what permissions would they need?&lt;/LI&gt;&lt;LI&gt;Is it better to create users using the ArcGIS Pro tool or in SSMS? I have been using SSMS because, at first, it seemed easier. I could create the login and then map it to all databases at once using the Login&amp;gt;properties&amp;gt;user mapping window and then grant permissions. If I use the arcgis pro tool, I had to run the "Create Database User" tool for each enterprise geodatabase (so in my case 4 times). I recently found out, however, that the arcgis pro tool also creates user schemas in each database, which is not done automatically if you map the user in SSMS. Is there anything else that is missed if you create it using SSMS?&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Are there any free/affordable training options for someone out there for someone like me who has no database admin experience but needs to learn it? It would be great if it was geared toward GIS database admin. The problem I'm having is that most sources I have come across don't really touch the GIS side of database administration. I need to find something that will help me better understand the SQL server management side of things while wearing the GIS glasses.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 12 May 2023 11:54:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1288533#M35914</guid>
      <dc:creator>MDB_GIS</dc:creator>
      <dc:date>2023-05-12T11:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions on ArcGIS Enterprise SQL server best practices.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1288544#M35915</link>
      <description>&lt;P&gt;Those are some great questions, let me try to provide some insight on some of them:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Usually I recommend only using the Geodatabase Admin (SDE or maybe DBO) as the geodatabase admin and not own any objects in the Enterprise Geodatabase (EGDB). I usually recommend that you run the GP Create DB Users tool to create the users that need to own data (i.e., gis, data, parcel, water, etc.).&lt;UL&gt;&lt;LI&gt;Just keep the PW secure for the users above &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;For editing / viewing, I recommend that you create AD groups and assign the users via that route. This will allow you not have to manage many different user accounts and permissions. You just manage the group for people to edit / view. This works great in SQL Server.&lt;/LI&gt;&lt;LI&gt;As for training, I would recommend viewing and taking some of the Instructor led courses that we offer. Here is a link to a search I did:&amp;nbsp;&lt;A href="http://www.esri.com/training/Bookmark/P3QNKMNWL" target="_blank"&gt;www.esri.com/training/Bookmark/P3QNKMNWL&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Also some presentations from the last UC:&amp;nbsp;&lt;A href="https://uc2022.esri.com/flow/esri/22uc/uc-2022-ps/page/proceedings?search=geodatabase" target="_blank"&gt;https://uc2022.esri.com/flow/esri/22uc/uc-2022-ps/page/proceedings?search=geodatabase&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let us know if you have more questions. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 12:32:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1288544#M35915</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2023-05-12T12:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions on ArcGIS Enterprise SQL server best practices.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1288567#M35916</link>
      <description>&lt;P&gt;Just to add to George's answer:&lt;/P&gt;&lt;P&gt;Following the least privilege model is the most recommended approach - creating read-only users to read from specific schemas (Created by the "&lt;SPAN&gt;Create DB Users" tool and selecting a default schema in SMSS) can help segregate data if required.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The default role in SMSS "db_datareader" can be applied which matches permissions with the following documentation:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-sql-server/privileges-sqlserver.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-sql-server/privileges-sqlserver.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 13:40:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1288567#M35916</guid>
      <dc:creator>A_Wyn_Jones</dc:creator>
      <dc:date>2023-05-12T13:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions on ArcGIS Enterprise SQL server best practices.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1288766#M35918</link>
      <description>&lt;P&gt;Thanks for tips! I would love to take some of those courses, but unfortunately we just don't have the budget for it!&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 20:32:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1288766#M35918</guid>
      <dc:creator>MDB_GIS</dc:creator>
      <dc:date>2023-05-12T20:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions on ArcGIS Enterprise SQL server best practices.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1288769#M35919</link>
      <description>&lt;P&gt;Thanks Gordon!&lt;/P&gt;&lt;P&gt;Regarding "selecting a default schema in SMSS," what schema would you select? From what I've gathered, dbo is not recommended. We are having some weird issues with that now. Our GISadmin user was previously a sysadmin, so it had the dbo schema applied. But according to ESRI tech support, this can cause problems. In our case we are getting an error when trying to publish our parcel fabric. The message says something along the lines of the connected geodatabase user "GISadmin" is not the branch version dataset's owner. I've done everything that I can think to resolve it but it seems like it being set as sysadmin has just ruined the login, at least for creating a parcel fabric. Tech support thinks we are most likely going to have to just delete the GISadmin user and create a new one. I'm sure this all stems from something I did wrong when setting it up the first time!&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 20:42:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1288769#M35919</guid>
      <dc:creator>MDB_GIS</dc:creator>
      <dc:date>2023-05-12T20:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions on ArcGIS Enterprise SQL server best practices.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1289087#M35922</link>
      <description>&lt;P&gt;If the data is owned by DBO, then the user has to be DBO / Sysadmin to be the data's owner.&lt;BR /&gt;&lt;BR /&gt;This is where using DBO can get tricky. The default schema should be "GISadmin" for that owner, not DBO or something else.&lt;BR /&gt;&lt;BR /&gt;You may need to delete the parcel fabric, create a new data owner (parcel) then reload as that user. It would alleviate some of these issues.&lt;BR /&gt;&lt;BR /&gt;I am not sure there is a simple "fix" for all of this.&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 11:58:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1289087#M35922</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2023-05-15T11:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions on ArcGIS Enterprise SQL server best practices.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1290070#M35948</link>
      <description>&lt;P&gt;If you have a database user created via ArcGIS Pro called "GISOwner" - this will create a schema in your Geodatabase called GISOwner. Data loaded via the username GISOwner will then be within this schema.&lt;/P&gt;&lt;P&gt;If you'd like to create a read-only user for the data within this schema - Personally, I would create a user within SMSS (called GISReader), assign the default role of "db_datareader" and then assign the default schema to be "GISOwner".&lt;/P&gt;&lt;P&gt;This will allow you to build a database connection in ArcGIS Pro using the credentials for "GISReader" which will have no permissions for loading/modifying the data.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 13:27:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1290070#M35948</guid>
      <dc:creator>A_Wyn_Jones</dc:creator>
      <dc:date>2023-05-17T13:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions on ArcGIS Enterprise SQL server best practices.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1291031#M35979</link>
      <description>&lt;P&gt;Ok. So I do have an update but I'm just as confused as ever.&lt;/P&gt;&lt;P&gt;First, I deleted the parcel fabric from the enterprise database.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the "create database user" tool to create a new database authenticated user.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I went to SSMS to give that user the "db_owner" role&lt;/P&gt;&lt;P&gt;I then copied the parcel fabric from the file geodatabase to the enterprise geodatabase.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It copied fine, but now that feature dataset is prefixed with "TestGISadmin.ParcelFabric".&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have never seen this before. Every other feature class and dataset is prefixed with "DBO" Did I do something wrong?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I would prefer our enterprise data not be affiliated with a particular user so is there something that I can do to have it copied with the "DBO" prefix instead?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 13:17:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1291031#M35979</guid>
      <dc:creator>MDB_GIS</dc:creator>
      <dc:date>2023-05-19T13:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions on ArcGIS Enterprise SQL server best practices.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1291541#M36012</link>
      <description>&lt;P&gt;Giving a database user "db_owner" does not make them DBO when loading data. I would expect the data to be loaded as the data owner name.&lt;BR /&gt;&lt;BR /&gt;If you need to have DBO, usually there is a user that has "SYSADMIN" server role.&lt;BR /&gt;&lt;BR /&gt;Having the data associated with a specific user is not a bad practice and is something that we recommend in SDE geodatabases.&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 11:36:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1291541#M36012</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2023-05-22T11:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions on ArcGIS Enterprise SQL server best practices.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1292294#M36039</link>
      <description>&lt;P&gt;I guess what is confusing to me is that I was under the impression that we were using the DBO schema. I believe that when the&amp;nbsp;&lt;STRONG&gt;Create Enterprise Geodatabase&lt;/STRONG&gt; tool was ran, the option "SDE Owned Schema" was left unchecked. Wouldn't that mean that it would be using a dbo schema? Moreover, in the past, whenever I created any feature classes or datasets with my OS authenticated user, it still had DBO appended rather than my user name.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In this particular case, however, several threads like &lt;A href="https://community.esri.com/t5/arcgis-parcel-fabric-questions/problem-publishing-parcel-fabric-feature-class/td-p/1071195" target="_self"&gt;this one&lt;/A&gt;, have stated that Parcel Fabric owners can't use the DBO schema, but I've been unable to find anything about this in the official ESRI documentation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 20:28:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1292294#M36039</guid>
      <dc:creator>MDB_GIS</dc:creator>
      <dc:date>2023-05-23T20:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions on ArcGIS Enterprise SQL server best practices.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1292723#M36053</link>
      <description>&lt;P&gt;Yes, if&amp;nbsp;&lt;SPAN&gt;SDE Owned Schema is unchecked, it creates a DBO schema EGDB.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When you created data and it showed as DBO.name, then I would guess that you have "SYSADMIN" under your user.&lt;BR /&gt;&lt;BR /&gt;Here is the doc that states it must be a database user:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;UL&gt;&lt;LI&gt;The feature dataset in an enterprise geodatabase must be from a database connection established as a &lt;U&gt;&lt;STRONG&gt;database authenticated user&lt;/STRONG&gt;&lt;/U&gt;. This user must have database privileges to create content and &lt;U&gt;&lt;STRONG&gt;c&lt;/STRONG&gt;&lt;STRONG&gt;&lt;U&gt;an&lt;/U&gt;not be an OS-authenticated, the database administrator, or the geodatabase administrator account&lt;/STRONG&gt;&lt;/U&gt;. The connected user becomes the parcel fabric owner and administrator.&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/parcel-editing/createaparcelfabric.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/help/data/parcel-editing/createaparcelfabric.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 18:23:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1292723#M36053</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2023-05-24T18:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions on ArcGIS Enterprise SQL server best practices.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1293025#M36069</link>
      <description>&lt;P&gt;So does that mean that the parcel fabric dataset will ALWAYS have a username in front of it? Am I interpreting that correctly?&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 13:21:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1293025#M36069</guid>
      <dc:creator>MDB_GIS</dc:creator>
      <dc:date>2023-05-25T13:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions on ArcGIS Enterprise SQL server best practices.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1293047#M36071</link>
      <description>&lt;P&gt;yes, it would be something like "PARCEL.FABRIC" or "&amp;lt;dataowner&amp;gt;.&amp;lt;featuredataset_name&amp;gt;"&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 14:00:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1293047#M36071</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2023-05-25T14:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions on ArcGIS Enterprise SQL server best practices.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1335234#M37345</link>
      <description>&lt;P&gt;There are two things in play here.&amp;nbsp; It sounds like your geodatabase was created using the DBO schema.&amp;nbsp; That means that all the internal repository tables are owned by DBO, and it has nothing to do with who owns the parcel fabric.&amp;nbsp; When you copied the feature dataset containing your parcel fabric into the geodatabase, if you were connected as a user called TestGISAdmin, then all the tables in the feature dataset will be owned by TestGISAdmin.&amp;nbsp; The names of the tables follow the format of&amp;nbsp;&lt;EM&gt;DatabaseName.OwnerName.TableName, &lt;/EM&gt;so TestGISAdmin would be a part of all the tables created by TestGISAdmin.&amp;nbsp; That is why the recommended practice is to have your enterprise tables be owned by "headless users", not people's actual names.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 00:42:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/some-questions-on-arcgis-enterprise-sql-server/m-p/1335234#M37345</guid>
      <dc:creator>JackHorton</dc:creator>
      <dc:date>2023-10-05T00:42:12Z</dc:date>
    </item>
  </channel>
</rss>

