<?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 SQL Registered Server via Database Connection in ArcPro in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/sql-registered-server-via-database-connection-in/m-p/1676447#M45811</link>
    <description>&lt;P&gt;I have a group of Registered Servers in SQL Server Management System with over 20 servers that I can query at once.&amp;nbsp; I would like to be able to connect to those servers from ArcPro.&amp;nbsp; I am able to connect to the servers individually in Pro using Database Connection and Connection Properties. Is there a way to connect this group of Registered Servers?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Jan 2026 18:52:28 GMT</pubDate>
    <dc:creator>JLopezDV</dc:creator>
    <dc:date>2026-01-07T18:52:28Z</dc:date>
    <item>
      <title>SQL Registered Server via Database Connection in ArcPro</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-registered-server-via-database-connection-in/m-p/1676447#M45811</link>
      <description>&lt;P&gt;I have a group of Registered Servers in SQL Server Management System with over 20 servers that I can query at once.&amp;nbsp; I would like to be able to connect to those servers from ArcPro.&amp;nbsp; I am able to connect to the servers individually in Pro using Database Connection and Connection Properties. Is there a way to connect this group of Registered Servers?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2026 18:52:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-registered-server-via-database-connection-in/m-p/1676447#M45811</guid>
      <dc:creator>JLopezDV</dc:creator>
      <dc:date>2026-01-07T18:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Registered Server via Database Connection in ArcPro</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-registered-server-via-database-connection-in/m-p/1676563#M45812</link>
      <description>&lt;P&gt;There's no real equivalent to that on the ArcGIS side, but you can use &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-database-connection.htm" target="_self"&gt;Create Database Connection&lt;/A&gt; with some Python to quickly get connection files made to every database, then play around with the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/projects/update-the-search-index-for-project-items.htm#ESRI_SECTION2_94E43956E89F43A99A15EBE71C238706" target="_self"&gt;managed index&lt;/A&gt; settings so you can quickly find the feature classes and tables you need to search through. Running queries on multiple databases simultaneously isn't something you can do out of the box, you might be able to write a geoprocessing tool with Python that can apply a query to multiple tables at once but it'll take some custom work.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2026 23:53:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-registered-server-via-database-connection-in/m-p/1676563#M45812</guid>
      <dc:creator>DavidSolari</dc:creator>
      <dc:date>2026-01-07T23:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Registered Server via Database Connection in ArcPro</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-registered-server-via-database-connection-in/m-p/1676858#M45814</link>
      <description>&lt;P&gt;Thank you, David, that is solid advice.&amp;nbsp; I will look at the managed indexes to help out with performance. Having multiple SQL Server connections in ArcPro was something I was trying to avoid due to performance issues, as this is going to be a Web Map. Thanks again!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2026 18:29:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-registered-server-via-database-connection-in/m-p/1676858#M45814</guid>
      <dc:creator>JLopezDV</dc:creator>
      <dc:date>2026-01-08T18:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Registered Server via Database Connection in ArcPro</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-registered-server-via-database-connection-in/m-p/1676874#M45815</link>
      <description>&lt;P&gt;If you're doing editing workflows on this data you can look into the ETL tools for your database to mirror a query as a standalone table, and then push changes back to the databases as needed. That way you can edit data while also keeping it appropriately warehoused. Not the best situation but it can work.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2026 19:06:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-registered-server-via-database-connection-in/m-p/1676874#M45815</guid>
      <dc:creator>DavidSolari</dc:creator>
      <dc:date>2026-01-08T19:06:43Z</dc:date>
    </item>
  </channel>
</rss>

