<?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: Is it possible to join spatial features to a MS SQL view table? in New to GIS Questions</title>
    <link>https://community.esri.com/t5/new-to-gis-questions/is-it-possible-to-join-spatial-features-to-a-ms/m-p/134088#M336</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like I must have been doing something wrong before, because I couldn't get it working at all last week. But, when I tried it this morning, and everything worked as it should! I didn't even have to export it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Oct 2016 19:49:41 GMT</pubDate>
    <dc:creator>EricHeinrichs</dc:creator>
    <dc:date>2016-10-17T19:49:41Z</dc:date>
    <item>
      <title>Is it possible to join spatial features to a MS SQL view table?</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/is-it-possible-to-join-spatial-features-to-a-ms/m-p/134086#M334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am wanting to run a join from my spatial data (parcels) to a SQL view table (attributes for the parcels). Is this something that's doable, or would I have to try and figure something else out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 12:10:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/is-it-possible-to-join-spatial-features-to-a-ms/m-p/134086#M334</guid>
      <dc:creator>EricHeinrichs</dc:creator>
      <dc:date>2016-10-17T12:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to join spatial features to a MS SQL view table?</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/is-it-possible-to-join-spatial-features-to-a-ms/m-p/134087#M335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is doable as long as you have a matching attribute to link the two data sources to each other. It is possible once you get the SQL table in the GIS, you might have to export it to a .dbf or geodatabase table for the join to work correctly, but it is possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 12:50:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/is-it-possible-to-join-spatial-features-to-a-ms/m-p/134087#M335</guid>
      <dc:creator>RyanUthoff</dc:creator>
      <dc:date>2016-10-17T12:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to join spatial features to a MS SQL view table?</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/is-it-possible-to-join-spatial-features-to-a-ms/m-p/134088#M336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like I must have been doing something wrong before, because I couldn't get it working at all last week. But, when I tried it this morning, and everything worked as it should! I didn't even have to export it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 19:49:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/is-it-possible-to-join-spatial-features-to-a-ms/m-p/134088#M336</guid>
      <dc:creator>EricHeinrichs</dc:creator>
      <dc:date>2016-10-17T19:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to join spatial features to a MS SQL view table?</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/is-it-possible-to-join-spatial-features-to-a-ms/m-p/134089#M337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it worked! Sometimes if I do an attribute join and don't export the SQL table first, it will match the records, but all of the matched records will be null values for the attributes. But if I do a simple export, it works perfectly!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 20:08:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/is-it-possible-to-join-spatial-features-to-a-ms/m-p/134089#M337</guid>
      <dc:creator>RyanUthoff</dc:creator>
      <dc:date>2016-10-17T20:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to join spatial features to a MS SQL view table?</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/is-it-possible-to-join-spatial-features-to-a-ms/m-p/134090#M338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what was happening to me, as well. I want to maintain a "live" connection, so that every time something changes in the SQL database, my parcel attributes are instantly updated. I was able to run the join and publish the parcels, and it maintains all the attributes. Not sure why it worked this time, but I'm glad that it did!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 20:14:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/is-it-possible-to-join-spatial-features-to-a-ms/m-p/134090#M338</guid>
      <dc:creator>EricHeinrichs</dc:creator>
      <dc:date>2016-10-17T20:14:23Z</dc:date>
    </item>
  </channel>
</rss>

