<?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 Grant and revoke privileges with another user in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/grant-and-revoke-privileges-with-another-user/m-p/364582#M20822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to manage privileges for my feature datasets inside my enterprise geodatabase (10.2-SQL Server) with another user (Not DBO user nor SDE user).&lt;/P&gt;&lt;P&gt;I'm using windows authentification and assigning db_owner permissions to a specific user in a database level using SQL Management Studio, but it doesn't seems to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Oct 2014 20:45:04 GMT</pubDate>
    <dc:creator>Marco_AlejandroBonilla</dc:creator>
    <dc:date>2014-10-24T20:45:04Z</dc:date>
    <item>
      <title>Grant and revoke privileges with another user</title>
      <link>https://community.esri.com/t5/data-management-questions/grant-and-revoke-privileges-with-another-user/m-p/364582#M20822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to manage privileges for my feature datasets inside my enterprise geodatabase (10.2-SQL Server) with another user (Not DBO user nor SDE user).&lt;/P&gt;&lt;P&gt;I'm using windows authentification and assigning db_owner permissions to a specific user in a database level using SQL Management Studio, but it doesn't seems to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 20:45:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/grant-and-revoke-privileges-with-another-user/m-p/364582#M20822</guid>
      <dc:creator>Marco_AlejandroBonilla</dc:creator>
      <dc:date>2014-10-24T20:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Grant and revoke privileges with another user</title>
      <link>https://community.esri.com/t5/data-management-questions/grant-and-revoke-privileges-with-another-user/m-p/364583#M20823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can only apply permissions to the data that the logged in user owns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance:&amp;nbsp; If there is a feature dataset call MyDb."marco".featureclass1, only the user marco can apply permissions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 21:09:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/grant-and-revoke-privileges-with-another-user/m-p/364583#M20823</guid>
      <dc:creator>StevenGraf1</dc:creator>
      <dc:date>2014-10-24T21:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Grant and revoke privileges with another user</title>
      <link>https://community.esri.com/t5/data-management-questions/grant-and-revoke-privileges-with-another-user/m-p/364584#M20824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think their is anyway around it.&amp;nbsp; Maybe @ESRI can provide some insight.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 21:11:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/grant-and-revoke-privileges-with-another-user/m-p/364584#M20824</guid>
      <dc:creator>StevenGraf1</dc:creator>
      <dc:date>2014-10-24T21:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Grant and revoke privileges with another user</title>
      <link>https://community.esri.com/t5/data-management-questions/grant-and-revoke-privileges-with-another-user/m-p/364585#M20825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is an option of "With Grant" which may help in this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blog.sqlauthority.com/2010/04/03/sql-server-difference-between-grant-and-with-grant/" title="http://blog.sqlauthority.com/2010/04/03/sql-server-difference-between-grant-and-with-grant/"&gt;SQL SERVER – Difference Between GRANT and WITH GRANT | Journey to SQL Authority with Pinal Dave&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://venkattechnicalblog.blogspot.in/2010/10/whats-difference-between-grant-and-with.html" title="http://venkattechnicalblog.blogspot.in/2010/10/whats-difference-between-grant-and-with.html"&gt;Welcome to SQLServer MVP Blog: Grant vs With Grant option in SQL Server&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is available in the database properties--&amp;gt; Permissions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 22:23:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/grant-and-revoke-privileges-with-another-user/m-p/364585#M20825</guid>
      <dc:creator>AsrujitSengupta</dc:creator>
      <dc:date>2014-10-24T22:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Grant and revoke privileges with another user</title>
      <link>https://community.esri.com/t5/data-management-questions/grant-and-revoke-privileges-with-another-user/m-p/364586#M20826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The WITH GRANT option is only available from the database using database level tools. I would not recommend using this privilege to manage privileges for data in an enterprise geodatabase, especially when data is contained in a feature dataset. There are many cases (too many to list) where an ArcGIS dataset is not just one table but many tables in the underlying DBMS. If you use database tools to manage privileges on these datasets and happen to miss one of the underlying tables you will run into issues reading and writing this data. This can lead to data corruption and a lot of sadness. Please stick to managing privileges for datasets with Esri tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The recommended approach to this is to load data using a 'headless' user. This user could be a database user or an OS authenticated user that isn't associated to someone specific in your organization. Loading data as this user will allow you to manage privileges using this user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Russell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 22:39:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/grant-and-revoke-privileges-with-another-user/m-p/364586#M20826</guid>
      <dc:creator>RussellBrennan</dc:creator>
      <dc:date>2014-10-24T22:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Grant and revoke privileges with another user</title>
      <link>https://community.esri.com/t5/data-management-questions/grant-and-revoke-privileges-with-another-user/m-p/364587#M20827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've decided to manage all the privileges with only one account as recommended, but I think this topic could be useful for enterprise gdb management, hope in the future we could use something like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll mark all your comments as helpful, thank you very much for your answers and interest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 19:30:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/grant-and-revoke-privileges-with-another-user/m-p/364587#M20827</guid>
      <dc:creator>Marco_AlejandroBonilla</dc:creator>
      <dc:date>2014-10-30T19:30:17Z</dc:date>
    </item>
  </channel>
</rss>

