<?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: SQL database OS permissions in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/sql-database-os-permissions/m-p/1044622#M43213</link>
    <description>&lt;P&gt;I am not sure that you can add a group of AD users to the DB and have them all create tables under a "single" schema owner, unless they have DBO privileges in at the DB level.&lt;/P&gt;&lt;P&gt;This is why I would recommend that you have a DB user own all the object and perform the maintenance on them. Then you only have to give the AD group from IT the edit permissions.&lt;/P&gt;&lt;P&gt;When using O/S authentication it creates complications related to data owners.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Apr 2021 14:01:55 GMT</pubDate>
    <dc:creator>George_Thompson</dc:creator>
    <dc:date>2021-04-07T14:01:55Z</dc:date>
    <item>
      <title>SQL database OS permissions</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-database-os-permissions/m-p/1043650#M43193</link>
      <description>&lt;P&gt;We created an SQL database schema for a group of users to edit in, but the problem is when they login using the operating system they cannot see each others edits (ex. user X cannot see the feature classes that user Y created).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The question is: Is there any way to let all the users see each others using the operating system login?&lt;/P&gt;</description>
      <pubDate>Sun, 04 Apr 2021 10:43:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-database-os-permissions/m-p/1043650#M43193</guid>
      <dc:creator>MohammedElsayed</dc:creator>
      <dc:date>2021-04-04T10:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: SQL database OS permissions</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-database-os-permissions/m-p/1043677#M43195</link>
      <description>&lt;P&gt;Are we talking edits of existing features within a feature class or new feature classes created in the schema?&lt;/P&gt;&lt;P&gt;Is any type of versioning employed?&amp;nbsp; If these a newly created feature classes, depending on your permissions design, the feature class would have to be added to a role - with the role being associated with a group of users.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Apr 2021 15:45:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-database-os-permissions/m-p/1043677#M43195</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-04-04T15:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: SQL database OS permissions</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-database-os-permissions/m-p/1043704#M43196</link>
      <description>&lt;P&gt;we are talking about new feature classes created in the schema&lt;/P&gt;&lt;P&gt;no there is no versioning employed&lt;/P&gt;&lt;P&gt;would you clarify the point of adding the FC to a role and what is the best permission design i should use?&lt;/P&gt;</description>
      <pubDate>Sun, 04 Apr 2021 19:58:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-database-os-permissions/m-p/1043704#M43196</guid>
      <dc:creator>MohammedElsayed</dc:creator>
      <dc:date>2021-04-04T19:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: SQL database OS permissions</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-database-os-permissions/m-p/1043705#M43197</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/320517"&gt;@YasserMahdy1&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/129615"&gt;@YMahdy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Apr 2021 19:59:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-database-os-permissions/m-p/1043705#M43197</guid>
      <dc:creator>MohammedElsayed</dc:creator>
      <dc:date>2021-04-04T19:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: SQL database OS permissions</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-database-os-permissions/m-p/1043747#M43198</link>
      <description>&lt;P&gt;When they are creating the new feature classes, what is the naming convention being used?&lt;BR /&gt;&lt;BR /&gt;Are the O/S users creating the feature classes or are they already created by a DB user?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 11:29:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-database-os-permissions/m-p/1043747#M43198</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2021-04-05T11:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: SQL database OS permissions</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-database-os-permissions/m-p/1043753#M43200</link>
      <description>&lt;P&gt;when creating the feature class by default it starts with the database name then the user name then the FC name (DBname\OSuserName\FCname)&lt;/P&gt;&lt;P&gt;the O/S users create the FC&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 12:01:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-database-os-permissions/m-p/1043753#M43200</guid>
      <dc:creator>MohammedElsayed</dc:creator>
      <dc:date>2021-04-05T12:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: SQL database OS permissions</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-database-os-permissions/m-p/1043758#M43201</link>
      <description>&lt;P&gt;Ok, so each of the users will have grant permissions to the other O/S users (can use AD group) in order to see the new feature classes. Just cause you allowed an AD group to create objects (feature classes) in their own schema that they will be able to see the other objects without permission.&lt;BR /&gt;&lt;BR /&gt;I would recommend that you have a data owner (i.e. GIS / DATA) as a DB user, then grant permissions to the AD group for editing.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 12:36:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-database-os-permissions/m-p/1043758#M43201</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2021-04-05T12:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: SQL database OS permissions</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-database-os-permissions/m-p/1044610#M43212</link>
      <description>&lt;P&gt;thanks for your reply,&lt;/P&gt;&lt;P&gt;would you please explain how to create the group of users and how to add it to database?&lt;/P&gt;&lt;P&gt;the IT team created a group of users by when we tried to add it using CreateDatabaseUser tool it failed&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 13:43:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-database-os-permissions/m-p/1044610#M43212</guid>
      <dc:creator>MohammedElsayed</dc:creator>
      <dc:date>2021-04-07T13:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: SQL database OS permissions</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-database-os-permissions/m-p/1044622#M43213</link>
      <description>&lt;P&gt;I am not sure that you can add a group of AD users to the DB and have them all create tables under a "single" schema owner, unless they have DBO privileges in at the DB level.&lt;/P&gt;&lt;P&gt;This is why I would recommend that you have a DB user own all the object and perform the maintenance on them. Then you only have to give the AD group from IT the edit permissions.&lt;/P&gt;&lt;P&gt;When using O/S authentication it creates complications related to data owners.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 14:01:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-database-os-permissions/m-p/1044622#M43213</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2021-04-07T14:01:55Z</dc:date>
    </item>
  </channel>
</rss>

