<?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 SRID Conversion in SQL Server in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/srid-conversion-in-sql-server/m-p/1623090#M7533</link>
    <description>&lt;P&gt;Is there a function in SQL Server (similar to Postgres) or a formula to convert Lat/Lon (SRID 4269, as shown on the right side of the screenshot) into SRID 2253&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;STAsText&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(as shown on the left side of the image)?&lt;/P&gt;&lt;P&gt;The data on the right comes from a third-party app. I need to run a query to find the point that falls within certain boundaries (as shown in the table on the left) and update a specific field in the table via a trigger.&lt;/P&gt;&lt;P&gt;I would be grateful for any insights or ideas you can provide.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Stan&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jun 2025 15:55:01 GMT</pubDate>
    <dc:creator>Stan</dc:creator>
    <dc:date>2025-06-12T15:55:01Z</dc:date>
    <item>
      <title>SRID Conversion in SQL Server</title>
      <link>https://community.esri.com/t5/developers-questions/srid-conversion-in-sql-server/m-p/1623090#M7533</link>
      <description>&lt;P&gt;Is there a function in SQL Server (similar to Postgres) or a formula to convert Lat/Lon (SRID 4269, as shown on the right side of the screenshot) into SRID 2253&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;STAsText&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(as shown on the left side of the image)?&lt;/P&gt;&lt;P&gt;The data on the right comes from a third-party app. I need to run a query to find the point that falls within certain boundaries (as shown in the table on the left) and update a specific field in the table via a trigger.&lt;/P&gt;&lt;P&gt;I would be grateful for any insights or ideas you can provide.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Stan&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 15:55:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/srid-conversion-in-sql-server/m-p/1623090#M7533</guid>
      <dc:creator>Stan</dc:creator>
      <dc:date>2025-06-12T15:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: SRID Conversion in SQL Server</title>
      <link>https://community.esri.com/t5/developers-questions/srid-conversion-in-sql-server/m-p/1629095#M7560</link>
      <description>&lt;P&gt;You would need a function like ST_Transform, which unfortunately Microsoft does not provide for its Geometry data type. You won't be able to do this at the sql level.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 21:51:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/srid-conversion-in-sql-server/m-p/1629095#M7560</guid>
      <dc:creator>ShannonShields</dc:creator>
      <dc:date>2025-07-01T21:51:59Z</dc:date>
    </item>
  </channel>
</rss>

