<?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: Problem with joining with a SQL Server data source.  .DBF file works fine though? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/problem-with-joining-with-a-sql-server-data-source/m-p/311054#M17760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;On the shapefile, the field is of type TEXT, on the SQL Server table, the field is of type nvarchar(154)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Apr 2012 13:54:31 GMT</pubDate>
    <dc:creator>DustinReagan</dc:creator>
    <dc:date>2012-04-06T13:54:31Z</dc:date>
    <item>
      <title>Problem with joining with a SQL Server data source.  .DBF file works fine though?</title>
      <link>https://community.esri.com/t5/data-management-questions/problem-with-joining-with-a-sql-server-data-source/m-p/311052#M17758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using ArcMap 10.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to inner join (with the join tool) a shape file with a table from an SQL Server data connection.&amp;nbsp; It fails with 0 records.&amp;nbsp; Howerver, when I export the table to a .DBF file, then do the same join, it works as expected!?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&amp;nbsp; The data appears unchanged before and after the export.&amp;nbsp; It's something under the hood, I expect...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dustin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 21:14:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/problem-with-joining-with-a-sql-server-data-source/m-p/311052#M17758</guid>
      <dc:creator>DustinReagan</dc:creator>
      <dc:date>2012-04-04T21:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with joining with a SQL Server data source.  .DBF file works fine though?</title>
      <link>https://community.esri.com/t5/data-management-questions/problem-with-joining-with-a-sql-server-data-source/m-p/311053#M17759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What are the field types for the shapefile and for the SQL Server table that the join is based off of?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 10:44:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/problem-with-joining-with-a-sql-server-data-source/m-p/311053#M17759</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2012-04-05T10:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with joining with a SQL Server data source.  .DBF file works fine though?</title>
      <link>https://community.esri.com/t5/data-management-questions/problem-with-joining-with-a-sql-server-data-source/m-p/311054#M17760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;On the shapefile, the field is of type TEXT, on the SQL Server table, the field is of type nvarchar(154)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2012 13:54:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/problem-with-joining-with-a-sql-server-data-source/m-p/311054#M17760</guid>
      <dc:creator>DustinReagan</dc:creator>
      <dc:date>2012-04-06T13:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with joining with a SQL Server data source.  .DBF file works fine though?</title>
      <link>https://community.esri.com/t5/data-management-questions/problem-with-joining-with-a-sql-server-data-source/m-p/311055#M17761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Before doing the join click the validate join button in the bottom right of the screen, it could be you are using a reserved word or there are invalid characters in one of your field names in one or both of the tables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Running the validate should give you a better idea of what is going on.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2012 15:32:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/problem-with-joining-with-a-sql-server-data-source/m-p/311055#M17761</guid>
      <dc:creator>KenCarrier</dc:creator>
      <dc:date>2012-04-06T15:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with joining with a SQL Server data source.  .DBF file works fine though?</title>
      <link>https://community.esri.com/t5/data-management-questions/problem-with-joining-with-a-sql-server-data-source/m-p/311056#M17762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry, I should have mentioned that I tried the "verify" functionality, and it gave no warnings or errors.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2012 18:05:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/problem-with-joining-with-a-sql-server-data-source/m-p/311056#M17762</guid>
      <dc:creator>DustinReagan</dc:creator>
      <dc:date>2012-04-06T18:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with joining with a SQL Server data source.  .DBF file works fine though?</title>
      <link>https://community.esri.com/t5/data-management-questions/problem-with-joining-with-a-sql-server-data-source/m-p/311057#M17763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;bump. still having this inexplicable problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 15:44:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/problem-with-joining-with-a-sql-server-data-source/m-p/311057#M17763</guid>
      <dc:creator>DustinReagan</dc:creator>
      <dc:date>2012-04-10T15:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with joining with a SQL Server data source.  .DBF file works fine though?</title>
      <link>https://community.esri.com/t5/data-management-questions/problem-with-joining-with-a-sql-server-data-source/m-p/311058#M17764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try importing your shapefile into a File Geodatabase and see if you experience the same behavior.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 10:07:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/problem-with-joining-with-a-sql-server-data-source/m-p/311058#M17764</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2012-04-16T10:07:02Z</dc:date>
    </item>
  </channel>
</rss>

