<?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: Enterprise geodatabase connection slow - machine running SQLServer using 84% memory in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/enterprise-geodatabase-connection-slow-machine/m-p/1652992#M99171</link>
    <description>&lt;P&gt;A few check points.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Memory/Resource Monitoring&lt;/STRONG&gt; – SQL Server will grab as much memory as it can. Use SQL Server Management Studio (SSMS) to check &lt;EM&gt;Max Server Memory&lt;/EM&gt; settings. By default, it may be consuming everything — leave some headroom for OS/ArcGIS components.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Regular Index/Statistics Maintenance&lt;/STRONG&gt; – rebuild indexes and update statistics on heavily edited feature classes. This keeps query plans efficient and reduces sluggishness in ArcGIS Pro/Manage tabs.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;SQL Server Agent Jobs&lt;/STRONG&gt; – schedule nightly index rebuilds and database consistency checks (DBCC CHECKDB) as part of your health routine.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Reboot Cycle&lt;/STRONG&gt; – not usually required often, but if you see memory pressure or long-running connections stuck, a controlled restart during a maintenance window can help clear the cache.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;ArcGIS-Specific Checks&lt;/STRONG&gt; – use sdecommand or Pro’s Analyze Dataset tool to check for schema locks, invalid states, or orphaned versions.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Baseline Monitoring&lt;/STRONG&gt; – ArcGIS Monitor or SQL Profiler can help you pinpoint if the bottleneck is at SQL I/O, CPU, or query design.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Regards,&lt;BR /&gt;Venkat&lt;/P&gt;</description>
    <pubDate>Wed, 24 Sep 2025 23:06:46 GMT</pubDate>
    <dc:creator>VenkataKondepati</dc:creator>
    <dc:date>2025-09-24T23:06:46Z</dc:date>
    <item>
      <title>Enterprise geodatabase connection slow - machine running SQLServer using 84% memory</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/enterprise-geodatabase-connection-slow-machine/m-p/1652981#M99167</link>
      <description>&lt;P&gt;I've been having painful performance issues connecting to my enterprise geodatabase, and upon finally remote desktop'ing to the machine running SQLServer instance that houses the database, I find that it's using a high percentage of memory.&lt;/P&gt;&lt;P&gt;Normally I consume our data through the map and feature services published as references to this SDE and don't have a problem, but I had some changes to make in the database itself (adding a layer, registering as versioned) hence connecting directly and trying to hit the 'manage' tab.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What are the best practices for running any kind of reboot or health-checking on the SQL server data source?&amp;nbsp; We are on SQL Server 2022 and Enterprise Portal 11.3&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 21:19:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/enterprise-geodatabase-connection-slow-machine/m-p/1652981#M99167</guid>
      <dc:creator>imansbburg</dc:creator>
      <dc:date>2025-09-24T21:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise geodatabase connection slow - machine running SQLServer using 84% memory</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/enterprise-geodatabase-connection-slow-machine/m-p/1652983#M99168</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/604252"&gt;@imansbburg&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Please take a look at this help topic,&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-sql-server/enterprise-geodatabase-maintenance.htm" target="_blank" rel="noopener"&gt;Enterprise geodatabase maintenance tasks.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 21:23:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/enterprise-geodatabase-connection-slow-machine/m-p/1652983#M99168</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2025-09-24T21:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise geodatabase connection slow - machine running SQLServer using 84% memory</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/enterprise-geodatabase-connection-slow-machine/m-p/1652984#M99169</link>
      <description>&lt;P&gt;Thank you. I do have a weekly script for compressing the database and rebuilding indexes-- the task manager showing me high memory use got me wondering what else I can check.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 21:25:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/enterprise-geodatabase-connection-slow-machine/m-p/1652984#M99169</guid>
      <dc:creator>imansbburg</dc:creator>
      <dc:date>2025-09-24T21:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise geodatabase connection slow - machine running SQLServer using 84% memory</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/enterprise-geodatabase-connection-slow-machine/m-p/1652985#M99170</link>
      <description>&lt;P&gt;I'd do the normal reports on blocking transactions etc. you would for a normal DB also.&amp;nbsp; If people are consuming tables directly from the database, look out for stuff like missing spatial indexes on big datasets.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 21:35:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/enterprise-geodatabase-connection-slow-machine/m-p/1652985#M99170</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2025-09-24T21:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise geodatabase connection slow - machine running SQLServer using 84% memory</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/enterprise-geodatabase-connection-slow-machine/m-p/1652992#M99171</link>
      <description>&lt;P&gt;A few check points.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Memory/Resource Monitoring&lt;/STRONG&gt; – SQL Server will grab as much memory as it can. Use SQL Server Management Studio (SSMS) to check &lt;EM&gt;Max Server Memory&lt;/EM&gt; settings. By default, it may be consuming everything — leave some headroom for OS/ArcGIS components.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Regular Index/Statistics Maintenance&lt;/STRONG&gt; – rebuild indexes and update statistics on heavily edited feature classes. This keeps query plans efficient and reduces sluggishness in ArcGIS Pro/Manage tabs.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;SQL Server Agent Jobs&lt;/STRONG&gt; – schedule nightly index rebuilds and database consistency checks (DBCC CHECKDB) as part of your health routine.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Reboot Cycle&lt;/STRONG&gt; – not usually required often, but if you see memory pressure or long-running connections stuck, a controlled restart during a maintenance window can help clear the cache.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;ArcGIS-Specific Checks&lt;/STRONG&gt; – use sdecommand or Pro’s Analyze Dataset tool to check for schema locks, invalid states, or orphaned versions.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Baseline Monitoring&lt;/STRONG&gt; – ArcGIS Monitor or SQL Profiler can help you pinpoint if the bottleneck is at SQL I/O, CPU, or query design.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Regards,&lt;BR /&gt;Venkat&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 23:06:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/enterprise-geodatabase-connection-slow-machine/m-p/1652992#M99171</guid>
      <dc:creator>VenkataKondepati</dc:creator>
      <dc:date>2025-09-24T23:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise geodatabase connection slow - machine running SQLServer using 84% memory</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/enterprise-geodatabase-connection-slow-machine/m-p/1653011#M99173</link>
      <description>&lt;P&gt;Thanks ChatGPT&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 22:52:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/enterprise-geodatabase-connection-slow-machine/m-p/1653011#M99173</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2025-09-24T22:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise geodatabase connection slow - machine running SQLServer using 84% memory</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/enterprise-geodatabase-connection-slow-machine/m-p/1653016#M99174</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/167692"&gt;@DavidPike&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Thanks for alerting me to not use ChatGPT.&lt;BR /&gt;I was using it to format my response and enhance it. I noticed that it is adding some additional unnecessary information.&lt;/P&gt;&lt;P&gt;I will look into it next time.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 23:12:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/enterprise-geodatabase-connection-slow-machine/m-p/1653016#M99174</guid>
      <dc:creator>VenkataKondepati</dc:creator>
      <dc:date>2025-09-24T23:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise geodatabase connection slow - machine running SQLServer using 84% memory</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/enterprise-geodatabase-connection-slow-machine/m-p/1653525#M99235</link>
      <description>&lt;P&gt;My IT folks took a look at the machine running SQL server with the database, and did all updates /rebooted, but I still run into the same crippling freeze up when I try to get to the 'manage' menu for a specific feature dataset. It's a dataset I had added a new feature class to, and then I needed to re-register the dataset as versioned. How am I supposed to accomplish this?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 14:54:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/enterprise-geodatabase-connection-slow-machine/m-p/1653525#M99235</guid>
      <dc:creator>imansbburg</dc:creator>
      <dc:date>2025-09-26T14:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise geodatabase connection slow - machine running SQLServer using 84% memory</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/enterprise-geodatabase-connection-slow-machine/m-p/1653530#M99237</link>
      <description>&lt;P&gt;If you want, I can get on a call with you and see if I can help you.&lt;BR /&gt;Please let me know if you are open to join a call, please share the meeting details.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 15:06:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/enterprise-geodatabase-connection-slow-machine/m-p/1653530#M99237</guid>
      <dc:creator>VenkataKondepati</dc:creator>
      <dc:date>2025-09-26T15:06:03Z</dc:date>
    </item>
  </channel>
</rss>

