<?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: ArcGIS Pro 2.6, very slow to load SQL Server 2017 Views in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/1020568#M36448</link>
    <description>&lt;P&gt;Is SQL Server on a Virtual Machine? Specs?&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jan 2021 17:14:50 GMT</pubDate>
    <dc:creator>AliceRobinson</dc:creator>
    <dc:date>2021-01-27T17:14:50Z</dc:date>
    <item>
      <title>ArcGIS Pro 2.6, very slow to load SQL Server 2017 Views</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/338334#M14835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was using ArcGIS Pro 2.5x and prior with a SQL Server 2017 database connection (on my local machine). It is NOT a registered database, but always performed well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just upgrade to ArcGIS Pro 2.6 and now it takes 45 minutes plus to open my project file. I have isolated the project to a SQL Server Spatial view table. I can load tables from the database without problems. But if I try to add the "view" to my project, ArcGIS Pro just sits and spins. After about 45 minutes or more, it does load the data. Once loaded, it performs fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This certainly is a change from ArcGIS Pro versions prior to 2.6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should note, I determined I have both the Microsoft ODBC drivers 13 and 17 installed. I think "17" was installed for ArcGIS, but "13" was installed when SQL Server 2017 was installed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any one else having this problem? Any thoughts on a solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Aug 2020 18:21:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/338334#M14835</guid>
      <dc:creator>JohnFix1</dc:creator>
      <dc:date>2020-08-16T18:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.6, very slow to load SQL Server 2017 Views</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/338335#M14836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just adding some info to the above, in SSMS I was able to see the query that is running....ArcGIS Pro 2.6 is trying to determine the bounding box of the table. The query is:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;SELECT&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;min&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;GEOM&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;STEnvelope&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;STPointN&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;STX&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;min&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;GEOM&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;STEnvelope&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;STPointN&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;STY&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;max&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;GEOM&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;STEnvelope&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;STPointN&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;3&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;STX&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;max&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;GEOM&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;STEnvelope&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;STPointN&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;3&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;STY&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; 
&lt;SPAN class="keyword token"&gt;FROM&lt;/SPAN&gt; MYDB&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;DBO&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ADDRESS_GEOCODE_VW‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"MYDB" is just a placeholder for my actual DB name.&lt;/P&gt;&lt;P&gt;"ADDRESS_GEOCODE_VW" is a view.&lt;/P&gt;&lt;P&gt;The table has 9.7 million rows and this query has been running for 4 hours at this point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the base table is added to a map in Pro, it's very fast and renders as fast as I can drag the map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:00:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/338335#M14836</guid>
      <dc:creator>JohnFix1</dc:creator>
      <dc:date>2021-12-11T16:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.6, very slow to load SQL Server 2017 Views</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/338336#M14837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Last post for now.... The active query running that is taking FOREVER is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT top 1 GEOM FROM MYDB.DBO.ADDRESS_GEOCODE_VW WHERE GEOM IS NOT NULL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2020 00:03:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/338336#M14837</guid>
      <dc:creator>JohnFix1</dc:creator>
      <dc:date>2020-08-17T00:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.6, very slow to load SQL Server 2017 Views</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/338337#M14838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding another space for more eyes: &lt;A href="https://community.esri.com/group/1680"&gt;Geodatabase&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2020 11:13:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/338337#M14838</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2020-08-17T11:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.6, very slow to load SQL Server 2017 Views</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/338338#M14839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;Have you opened a technical support case for this?&lt;/P&gt;&lt;P&gt;That may help us identify if this is something specific to your data and be able to troubleshoot further.&lt;/P&gt;&lt;P&gt;If you have not or can not open one please let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2020 18:52:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/338338#M14839</guid>
      <dc:creator>ChetDobbins</dc:creator>
      <dc:date>2020-08-24T18:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.6, very slow to load SQL Server 2017 Views</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/338339#M14840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have noticed that 2.6 RC is slower in everything: opening projects, loading SDE data, feature service data, can't even take a map offline, reproducible on very many workstations, doesn't matter what type, size, or format of data, the ones that are still 2.5.1 do not exhibit this behavior.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2020 13:02:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/338339#M14840</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2020-08-25T13:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.6, very slow to load SQL Server 2017 Views</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/338340#M14841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&amp;nbsp; what is the performance of the same spatial view with ArcGIS Desktop?&amp;nbsp; Also, what spatial type is being used in your Enterprise Geodatabase to store the geometry ?&amp;nbsp; SDEBINARY or one of the new Geometry formats?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Aug 2020 22:53:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/338340#M14841</guid>
      <dc:creator>WilliamRice</dc:creator>
      <dc:date>2020-08-30T22:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.6, very slow to load SQL Server 2017 Views</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/1013980#M35698</link>
      <description>&lt;P&gt;Hi John, et al,&lt;/P&gt;&lt;P&gt;We noticed this problem when we upgraded from ArcGIS Pro 2.6.2 to 2.6.3.&amp;nbsp; It remains a problem at 2.7.&amp;nbsp; We currently have a SQL Server 2016 (13.0.5102.14) database with a view that returns 501 records in less than a second (edit: in SSMS) with ObjectID, Shape (geography, null), and other columns.&amp;nbsp; ArcGIS Pro 2.6.2 could read and load the view in a few seconds.&amp;nbsp; ArcGIS Pro 2.6.3 and up cannot even get the properties for the view in less than 10 minutes.&amp;nbsp; Rather than expending noticeable resources with a support request, our strategy is generally to use ArcGIS Pro "whatever version works" for the particular function that we need to complete.&amp;nbsp; So, in this case, we just read our view with ArcGIS Pro 2.6.2.&lt;/P&gt;&lt;P&gt;It would be great if Esri staff could notice this kind of discussion in the forum and handle bug evaluations internally rather than requiring Esri customers to spend significant amounts of our time to reproduce and enter into the bug log.&amp;nbsp; It would be even greater if all the testing harnesses and holistic quality approaches could catch these sorts of things.&lt;/P&gt;&lt;P&gt;tim&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 16:15:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/1013980#M35698</guid>
      <dc:creator>TimMinter</dc:creator>
      <dc:date>2021-01-05T16:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.6, very slow to load SQL Server 2017 Views</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/1013990#M35701</link>
      <description>&lt;P&gt;Hmm.&amp;nbsp; Well, I just typed up a rather detailed "me too" note on this item which has gone poof.&amp;nbsp; The short of it is, "me too" with 2.6.3 and 2.7 in SQL Server 2016 eGDB 10.8.1.2.6.&amp;nbsp; Result - use 2.6.2 and don't spend time with support request.&lt;/P&gt;&lt;P&gt;I was stepping back in to add that SQL Server Profiler shows ArcGIS Pro issuing this query:&lt;/P&gt;&lt;P&gt;SELECT top 1 SHAPE FROM &lt;EM&gt;&amp;lt;view&amp;gt;&lt;/EM&gt; WHERE SHAPE IS NOT NULL AND SHAPE.STIsValid() = 1&lt;/P&gt;&lt;P&gt;When I issue that query in SSMS, it takes 1m 1s to return one record out of 501 total that the view returns in less than 1s.&amp;nbsp; SQL Server Profiler indicates that ArcGIS Pro issues the query over and over and over and over again.&amp;nbsp; Might be a thing to look at.&lt;/P&gt;&lt;P&gt;tim&lt;/P&gt;&lt;P&gt;edit - it looks like my detailed post de-poofed.&amp;nbsp; great.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 16:42:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/1013990#M35701</guid>
      <dc:creator>TimMinter</dc:creator>
      <dc:date>2021-01-06T16:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.6, very slow to load SQL Server 2017 Views</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/1017299#M36048</link>
      <description>&lt;P&gt;Update - well...&amp;nbsp; had to open a support case with Esri.&amp;nbsp; At present, it appears to be headed toward bug status.&amp;nbsp; Because a support request can consume significant customer staff time, I can share the case number in case you need to go down this path.&amp;nbsp; If it reaches bug status, I'll post a link, if possible.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 17:44:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/1017299#M36048</guid>
      <dc:creator>TimMinter</dc:creator>
      <dc:date>2021-01-15T17:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.6, very slow to load SQL Server 2017 Views</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/1020568#M36448</link>
      <description>&lt;P&gt;Is SQL Server on a Virtual Machine? Specs?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 17:14:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/1020568#M36448</guid>
      <dc:creator>AliceRobinson</dc:creator>
      <dc:date>2021-01-27T17:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.6, very slow to load SQL Server 2017 Views</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/1020644#M36452</link>
      <description>&lt;P&gt;Hi Alice - In my testing scenario, SQL Server is on a PM - Dell Precision 7530, i9, 32 GB RAM at 2933 MHz, 2 SSDs, which turns out to be pretty zappity and not prone to machinery-borne pokiness.&amp;nbsp; The Esri support case is still open, and seems to be moving toward bug status this morning after the tech was able to reproduce the problem.&amp;nbsp; A key finding at the moment is that when I write a view that delivers lat/long columns as SQL Server Spatial geography data type, the slowness occurs with ArcGIS Pro 2.6.3 and up.&amp;nbsp; All remains fast with ArcGIS Pro 2.6.2 and down and also with ArcMap 10.8.1 and down.&amp;nbsp; The problem does not currently seem to be about SQL Server, my SQL view writing skillz (which certainly could improve), or the device.&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;tim&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 19:55:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/1020644#M36452</guid>
      <dc:creator>TimMinter</dc:creator>
      <dc:date>2021-01-27T19:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.6, very slow to load SQL Server 2017 Views</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/1027676#M37530</link>
      <description>&lt;P&gt;I'd just like to throw my hat in to say I'm having the same issues. It's painful after upgrading to 2.7. Even with one layer turned on that's using a definition query (sourced from an SDE enterprise database, version 10.7.1), any changes I try to make are painfully slow.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 16:49:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/1027676#M37530</guid>
      <dc:creator>IngridMans</dc:creator>
      <dc:date>2021-02-17T16:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.6, very slow to load SQL Server 2017 Views</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/1032918#M38151</link>
      <description>&lt;P&gt;Well, after expending notable resources with a support request, the result is:&lt;/P&gt;&lt;P&gt;#BUG-000137891 On ArcGIS Pro 2.6.3 and above, slowness in display of ‘Properties’ of spatial views is experienced when definition of the query consists of CAST function, CASE function and storage type GEOGRAPHY&lt;/P&gt;&lt;P&gt;Which may or may not become available here at some point:&amp;nbsp;&amp;nbsp;&lt;A href="https://support.esri.com/en/Search-Results#search?q=BUG-000137891&amp;amp;content-type=Bugs" target="_self"&gt;https://support.esri.com/en/Search-Results#search?q=BUG-000137891&amp;amp;content-type=Bugs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The technical support analyst determined that removing any one of the CAPS elements above made things speed up.&lt;/P&gt;&lt;P&gt;So, it feels like there's a slim chance that a temporary workaround might exist which would require the application of Rube Goldberg design principles.&amp;nbsp; Maybe splitting into views on views, although query optimizer might hand the same thing to ArcGIS Pro which might continue slowly.&amp;nbsp; Maybe make a few steps to persist a table that ArcGIS Pro sees?&amp;nbsp; Idk.&lt;/P&gt;&lt;P&gt;cheers &amp;amp; back to work,&lt;/P&gt;&lt;P&gt;tim&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 16:25:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/1032918#M38151</guid>
      <dc:creator>TimMinter</dc:creator>
      <dc:date>2021-03-04T16:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.6, very slow to load SQL Server 2017 Views</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/1228029#M61824</link>
      <description>&lt;P&gt;Is this bug fixed yet? Cause I seem to be experiencing similar issues on 3.0.2...&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 18:41:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/1228029#M61824</guid>
      <dc:creator>NicholasKeller2</dc:creator>
      <dc:date>2022-11-02T18:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.6, very slow to load SQL Server 2017 Views</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/1228335#M61853</link>
      <description>&lt;P&gt;That's a good question.&amp;nbsp; I'm not sure.&amp;nbsp; If I recall, I think I registered the view with the geodatabase, which took forever, got it to work a little less slowly, handed it off to a workmate, and quietly slunk away.&amp;nbsp; I'll keep an eye on Teams to see if my workmate starts grumbling on Tuesday morning, which is when supervised automation occurs for that particular data collection.&amp;nbsp; All was quiet and successful this past Tuesday morn...&amp;nbsp; hmm.&amp;nbsp; Um.&amp;nbsp; Well, we're at AGP 2.9.5, holding off on 3.x until some dust settles.&amp;nbsp; Thanks for the report.&amp;nbsp; We'll have a look after 3.1 releases.&amp;nbsp; Also, this pattern with Esri's software has become known as "feature flicker" around our shop.&amp;nbsp; A feature works properly at one release, then is borked at the subsequent release.&amp;nbsp; Fairly annoying.&lt;/P&gt;&lt;P&gt;tim&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 14:55:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-6-very-slow-to-load-sql-server-2017/m-p/1228335#M61853</guid>
      <dc:creator>TimMinter</dc:creator>
      <dc:date>2022-11-03T14:55:36Z</dc:date>
    </item>
  </channel>
</rss>

