<?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: SDE with SQL Server in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/sde-with-sql-server/m-p/129332#M7445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vince.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My user-schema GDBs have different uses, for example, a regulatory UGDB is versioned and then compressed nightly, another UGDB uses disconnected editing. &amp;nbsp; I have a master, SDE, that holds base map data, and the UGDBs are functional, with different schedules. &amp;nbsp;And, I have a data owner user that is what the SDE Admins use. &amp;nbsp;In previous versions, this account was the owner of all spatial data, with the latest release that's not possible with UGDBs, so there is mixed ownership. &amp;nbsp;Overall, most users have use a shared viewing account that has read-only on all spatial data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the SQL Server world, would you make the compressed gdb its own database? &amp;nbsp;I'm working through the security and functionality of sharing database between databases and between schemas, and the best way to handle data ownership. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help,&lt;/P&gt;&lt;P&gt;Sherrie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Nov 2016 14:14:17 GMT</pubDate>
    <dc:creator>SherrieKubis</dc:creator>
    <dc:date>2016-11-29T14:14:17Z</dc:date>
    <item>
      <title>SDE with SQL Server</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-with-sql-server/m-p/129329#M7442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SQL Server 2016&amp;nbsp;&lt;/P&gt;&lt;P&gt;SDE 10.5&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our SDE prototype to migrate from Oracle is ramping up. &amp;nbsp; We have experience with SDE in Oracle, but not in SQL Server. &amp;nbsp;Because this pilot will continue for the next year, we are going with the latest and greatest versions. &amp;nbsp;I'm looking for best practices, suggestions, tips on using SDE in MS SQL. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Oracle, we have a master geodatabase and user-schema geodatabases in the same Oracle database. &amp;nbsp;We do versioned editing in the user-schema gdbs. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone share their experience? &amp;nbsp;I'm just starting, getting the terminology down and a staging SQL instance and database up and running. &amp;nbsp;There is a lot to learn.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sherrie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 20:41:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-with-sql-server/m-p/129329#M7442</guid>
      <dc:creator>SherrieKubis</dc:creator>
      <dc:date>2016-11-28T20:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: SDE with SQL Server</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-with-sql-server/m-p/129330#M7443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have no idea how Oracle works but I've been running SQL Server since version 2003 or so as the back end to our enterprise (pc for SDE) database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one schema that all my users follow, and none of them own it.&amp;nbsp; In SQl Server, if a user owns a schema, you can't delete the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one version, and I call it (drum roll)&amp;nbsp; edit.&amp;nbsp; All the users are a member of the (another drum roll...)&amp;nbsp; edits group so I can assign privileges to the group instead of individual users.&amp;nbsp; If a user wants to create their own version from the edit version they are free to do so.&amp;nbsp; I have another group called datausers.&amp;nbsp; Members only have get read privileges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't say if these are best practices, but they've worked for me for quite a while.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 20:54:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-with-sql-server/m-p/129330#M7443</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2016-11-28T20:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: SDE with SQL Server</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-with-sql-server/m-p/129331#M7444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The biggest differences you will encounter are:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Oracle is the only RDBMS where user-schema databases are possible, so you'll need to choose between a different user or a different database for editing.&lt;/LI&gt;&lt;LI&gt;In Oracle, the default geometry is SDE.ST_Geometry, but an Esri type is not possible in SQL-Server, so the default geometry is Microsoft's Geometry type.&amp;nbsp; It has a very different spatial indexing protocol, so you'll need to learn the new options.&lt;/LI&gt;&lt;LI&gt;SQL-Server allows for very-long names, but conforming to the Oracle 30-character column name limit will save you pain in the transition process, since names are still restricted to 31 characters by ArcGIS.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 20:59:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-with-sql-server/m-p/129331#M7444</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2016-11-28T20:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: SDE with SQL Server</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-with-sql-server/m-p/129332#M7445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vince.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My user-schema GDBs have different uses, for example, a regulatory UGDB is versioned and then compressed nightly, another UGDB uses disconnected editing. &amp;nbsp; I have a master, SDE, that holds base map data, and the UGDBs are functional, with different schedules. &amp;nbsp;And, I have a data owner user that is what the SDE Admins use. &amp;nbsp;In previous versions, this account was the owner of all spatial data, with the latest release that's not possible with UGDBs, so there is mixed ownership. &amp;nbsp;Overall, most users have use a shared viewing account that has read-only on all spatial data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the SQL Server world, would you make the compressed gdb its own database? &amp;nbsp;I'm working through the security and functionality of sharing database between databases and between schemas, and the best way to handle data ownership. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help,&lt;/P&gt;&lt;P&gt;Sherrie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 14:14:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-with-sql-server/m-p/129332#M7445</guid>
      <dc:creator>SherrieKubis</dc:creator>
      <dc:date>2016-11-29T14:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: SDE with SQL Server</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-with-sql-server/m-p/129333#M7446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to update that we aren't planning on trying SDE 10.5 as I'm hearing that there are 'changes'. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 20:30:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-with-sql-server/m-p/129333#M7446</guid>
      <dc:creator>SherrieKubis</dc:creator>
      <dc:date>2016-11-30T20:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: SDE with SQL Server</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-with-sql-server/m-p/129334#M7447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Best practice is to give each user their own login, and use roles to manage access (create roles, grant table access to roles, grant roles to users).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I always use SDE-based (vice DBO) geodatabases, with one or more "headless" logins mapped to a user (and schema) with the same name to own tables.&amp;nbsp; If there's a web mapping application, I'll create a login for that as well.&amp;nbsp; Creating logins to match the users of user-schema GDBs wouldn't be a bad plan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your old edit environment wasn't as isolated as it seemed, since the tables all lived in the same space.&amp;nbsp; You &lt;EM&gt;can&lt;/EM&gt; isolate editing frameworks in separate databases, but doing so makes it nearly impossible to have the tables of different databases interact at the SQL level (cross-database queries are a violation of best practice, and not easily possible with ArcGIS).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep in mind that "SDE" no longer exists.&amp;nbsp; The current term of art is "enterprise geodatabase".&amp;nbsp; They can only be created by ArcGIS Desktop or Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 14:56:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-with-sql-server/m-p/129334#M7447</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2016-12-01T14:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: SDE with SQL Server</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-with-sql-server/m-p/129335#M7448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vince. &amp;nbsp;Old habits die hard! &amp;nbsp;We've been using 'SDE' since 3.2 and I still refer to it as that, but have been trying to use the correct terminology. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is good info, we have a lot test and learn. &amp;nbsp;We have a MS SQL presence here, but for 3rd party applications. &amp;nbsp;The thought from those guys is that cross-database, or even cross-instance queries are eazy-peazy. &amp;nbsp;I was a concerned about cross-instance queries for performance reasons, but it's clear we have a lot to learn. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're right, our old environment has all of our geodatabases and tabular data for relationships in the same Oracle instance, so every though ownership was different, joins were possible. &amp;nbsp;However, the user-schema GDB that was versioned was isolated enough that we could version and compress there, but the other user-schemas GDBs were all treated different. &amp;nbsp;In SQL Server my consideration is if I were to migrate these UGDBs over, would they each be a database? &amp;nbsp;If there were different schemas in a database I think that versioning isolation would be an issue. &amp;nbsp;But if cross-database joins aren't a good idea, that would definitely be an issue. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to get the architecture and possibilities straight in my head, but it's looking like we've got to just install it and play around, and see what we can do. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your insights are appreciated. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sherrie&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2016 19:21:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-with-sql-server/m-p/129335#M7448</guid>
      <dc:creator>SherrieKubis</dc:creator>
      <dc:date>2016-12-02T19:21:44Z</dc:date>
    </item>
  </channel>
</rss>

