<?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>idea Create Feature Class on different file group in SQL Server in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/create-feature-class-on-different-file-group-in/idi-p/1509778</link>
    <description>&lt;P&gt;I want to separate some feature classes that grow quickly on different file group in SQL Server but unfortunately ArcGIS Pro does not contain any setting on how to choose the file group when creating feature class and feature datasets. I came across this piece of &lt;A href="https://desktop.arcgis.com/fr/arcmap/latest/extensions/maritime-bathymetry-guide/sql-server/verifying-the-filegroup-storage-for-the-bis-workspace-in-sql-server.htm" target="_self"&gt;documentation&lt;/A&gt; about file groups in geodatabase and I noticed an advice about how to create a feature class on different file group. It is simply to generate a script in SSMS from any feature class created in the primary file group and change the name of the file group to another one. I have tested it (I successfully created features inside the newly created feature class in a secondary file group) and it seems working, but when trying to run the script of the table inside SSMS, I encountered several errors because of the similar indexes and constraints names. I had to rename them with different names manually. This process would be difficult in case I have a lot of tables in the geodatabase. It would be better if ArcGIS Pro show me a dropdown list when creating the feature class to choose on which file group I want to save the feature class.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jul 2024 09:08:42 GMT</pubDate>
    <dc:creator>gisarchitect</dc:creator>
    <dc:date>2024-07-25T09:08:42Z</dc:date>
    <item>
      <title>Create Feature Class on different file group in SQL Server</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/create-feature-class-on-different-file-group-in/idi-p/1509778</link>
      <description>&lt;P&gt;I want to separate some feature classes that grow quickly on different file group in SQL Server but unfortunately ArcGIS Pro does not contain any setting on how to choose the file group when creating feature class and feature datasets. I came across this piece of &lt;A href="https://desktop.arcgis.com/fr/arcmap/latest/extensions/maritime-bathymetry-guide/sql-server/verifying-the-filegroup-storage-for-the-bis-workspace-in-sql-server.htm" target="_self"&gt;documentation&lt;/A&gt; about file groups in geodatabase and I noticed an advice about how to create a feature class on different file group. It is simply to generate a script in SSMS from any feature class created in the primary file group and change the name of the file group to another one. I have tested it (I successfully created features inside the newly created feature class in a secondary file group) and it seems working, but when trying to run the script of the table inside SSMS, I encountered several errors because of the similar indexes and constraints names. I had to rename them with different names manually. This process would be difficult in case I have a lot of tables in the geodatabase. It would be better if ArcGIS Pro show me a dropdown list when creating the feature class to choose on which file group I want to save the feature class.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 09:08:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/create-feature-class-on-different-file-group-in/idi-p/1509778</guid>
      <dc:creator>gisarchitect</dc:creator>
      <dc:date>2024-07-25T09:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Create Feature Class on different file group in SQL Server</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/create-feature-class-on-different-file-group-in/idc-p/1510119#M31220</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/646772"&gt;@gisarchitect&lt;/a&gt;&amp;nbsp;- I am the author of the &lt;A href="https://desktop.arcgis.com/fr/arcmap/latest/extensions/maritime-bathymetry-guide/sql-server/verifying-the-filegroup-storage-for-the-bis-workspace-in-sql-server.htm" target="_self" rel="nofollow noopener noreferrer"&gt;documentation.&lt;/A&gt;&lt;BR /&gt;You can achieve the goal to store a featureclass in different SQL Server Filegroups by using the ArcSDE Geodatabase DBTUNE. You can learn more about the DBTUNE if you read my SQL Server database guidebook for Production Mapping located in my community.esri.com blog.&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;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/mapping-and-charting-enterprise-databases/mapping-and-charting-solutions-mcs-enterprise/ba-p/893351#toc-hId-9553400" target="_blank" rel="nofollow noopener noreferrer"&gt;Guide Books ArcGIS Pro&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You need also read the database connection best practices.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/mapping-and-charting-enterprise-databases/mapping-and-charting-solutions-mcs-enterprise/ba-p/893351#toc-hId--1336696408" target="_blank" rel="nofollow noopener noreferrer"&gt;Database Connections Best Practices&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Then, you can download my database template scripts for SQL Server to assist to setup the enterprise geodatabase, those contain the best practices of the guidebooks and a lot more recommendations.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/mapping-and-charting-enterprise-databases/mapping-and-charting-solutions-mcs-enterprise/ba-p/893351#toc-hId-133670483" target="_blank" rel="nofollow noopener noreferrer"&gt;Database Template Scripts&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Finally, to assist to load very large Featureclasses in SQL Server read by blog post below.&lt;/P&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;/PRE&gt;&lt;P&gt;&lt;BR /&gt;There are also Frequent Asked Questions blog posts that you might be interested.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/mapping-and-charting-enterprise-databases/mapping-and-charting-solutions-mcs-enterprise/ba-p/893351#toc-hId--1733256935" target="_blank" rel="nofollow noopener noreferrer"&gt;FAQ - Frequent Asked Questions&lt;/A&gt;&lt;/LI&gt;&lt;/UL&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;&lt;P&gt;| &lt;STRONG&gt;Marcelo Marques &lt;/STRONG&gt;| Esri Professional Services Products | Principal Product Engineer | &amp;nbsp;&lt;/P&gt;&lt;P&gt;| Cloud &amp;amp; Database Administrator | OCP – Oracle Certified Professional |&lt;/P&gt;&lt;P&gt;|&lt;STRONG&gt; Esri&lt;/STRONG&gt;&amp;nbsp;| 380 New York St | Redlands, CA 92373 | USA |&lt;/P&gt;&lt;P&gt;| &lt;A href="https://community.esri.com/groups/mapping-and-charting-enterprise-databases/blog/2014/12/18/enterprise-mcs-databases-best-practices" target="_blank" rel="noopener"&gt;Esri Enterprise Mapping and Charting Databases Best Practices&lt;/A&gt; |&lt;/P&gt;&lt;P&gt;| &lt;U&gt;&lt;A href="https://www.linkedin.com/in/mmarquesbr/" target="_blank" rel="noopener"&gt;https://www.linkedin.com/in/mmarquesbr/&lt;/A&gt;&lt;/U&gt; |&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;"I started with Esri Technology in&amp;nbsp;1992.&amp;nbsp;I work with Enterprise Geodatabases since 1997."&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;THE SCIENCE OF WHERE ®&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 16:07:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/create-feature-class-on-different-file-group-in/idc-p/1510119#M31220</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2024-07-25T16:07:21Z</dc:date>
    </item>
  </channel>
</rss>

