<?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: &amp;quot;Wrong Column Type&amp;quot; trying to create a Feature class in non-SDE SQL Server with 1 in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/quot-wrong-column-type-quot-trying-to-create-a/m-p/574204#M32523</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What kind of "database connection" did you make?&amp;nbsp;&amp;nbsp; The one with the name "Database Connection"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;has two options,&amp;nbsp; OLE DB and Spatial Connection.&amp;nbsp; The latter is an ArcSDE connection (Direct Connect);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It can only successfully connect if the database has been configured with an enterprise geodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using an Enterprise SQL-Server instance or SQL-Server Express?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Nov 2013 23:37:12 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2013-11-05T23:37:12Z</dc:date>
    <item>
      <title>"Wrong Column Type" trying to create a Feature class in non-SDE SQL Server with 10.1</title>
      <link>https://community.esri.com/t5/data-management-questions/quot-wrong-column-type-quot-trying-to-create-a/m-p/574201#M32520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a brand new empty SQL Server 2008 R2 database.&amp;nbsp; I am trying to either load data from an FGDB or create a new Feature Class using ArcCatalog.&amp;nbsp; Every time I try to perform either function, I get an error:&amp;nbsp; Wrong Column Type and 00210 error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I run the SQL Profiler, I can see that the following SQL executes correctly in SQL, but then I see a DROP TABLE immediately after this step:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;CREATE TABLE GISMART_TST.dbo.aaaaa ( OBJECTID INTEGER NOT NULL IDENTITY ,&amp;nbsp; SHAPE geometry NULL, PRIMARY KEY ( OBJECTID) ) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am running Microsoft SQL Server 2008 R2 (SP1) - 10.50.2500.0 (X64)&amp;nbsp; and ArcCatalog 10.1 with SP1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have done this plenty of times at other installations without problems.&amp;nbsp; My license is Desktop Standard.&amp;nbsp; In the past, I have had ArcGIS Advanced License.&amp;nbsp;&amp;nbsp; I don't think this should make a difference.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 19:37:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/quot-wrong-column-type-quot-trying-to-create-a/m-p/574201#M32520</guid>
      <dc:creator>ArtUllman</dc:creator>
      <dc:date>2013-11-05T19:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: "Wrong Column Type" trying to create a Feature class in non-SDE SQL Server with 1</title>
      <link>https://community.esri.com/t5/data-management-questions/quot-wrong-column-type-quot-trying-to-create-a/m-p/574202#M32521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can see how you can create a table with geometry in a database, but don't see how&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you could have been populating it without enabling an enterprise geodatabase.&amp;nbsp; Query&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; layers are read-only.&amp;nbsp; Were you using an Interoperability tool in the other database(s)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 20:25:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/quot-wrong-column-type-quot-trying-to-create-a/m-p/574202#M32521</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-11-05T20:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: "Wrong Column Type" trying to create a Feature class in non-SDE SQL Server with 1</title>
      <link>https://community.esri.com/t5/data-management-questions/quot-wrong-column-type-quot-trying-to-create-a/m-p/574203#M32522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;With 10.1, I have been able to Import Feature Classes to brand new layers in SQL Server 2008 R2 without enabling enterprise Geodatabase.&amp;nbsp; All I had to do was create a database, and then create a database connection in ArcCatalog.&amp;nbsp; Once I had a connection, I could use the Import Feature Class to import FGDB layers to the database.&amp;nbsp; I did not use inter-operability extensions, but I did have ArcInfo Advanced.&amp;nbsp; There were no SDE tables in the database.&amp;nbsp; Is this something you can try on your system?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 20:52:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/quot-wrong-column-type-quot-trying-to-create-a/m-p/574203#M32522</guid>
      <dc:creator>ArtUllman</dc:creator>
      <dc:date>2013-11-05T20:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: "Wrong Column Type" trying to create a Feature class in non-SDE SQL Server with 1</title>
      <link>https://community.esri.com/t5/data-management-questions/quot-wrong-column-type-quot-trying-to-create-a/m-p/574204#M32523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What kind of "database connection" did you make?&amp;nbsp;&amp;nbsp; The one with the name "Database Connection"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;has two options,&amp;nbsp; OLE DB and Spatial Connection.&amp;nbsp; The latter is an ArcSDE connection (Direct Connect);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It can only successfully connect if the database has been configured with an enterprise geodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using an Enterprise SQL-Server instance or SQL-Server Express?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 23:37:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/quot-wrong-column-type-quot-trying-to-create-a/m-p/574204#M32523</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-11-05T23:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: "Wrong Column Type" trying to create a Feature class in non-SDE SQL Server with 1</title>
      <link>https://community.esri.com/t5/data-management-questions/quot-wrong-column-type-quot-trying-to-create-a/m-p/574205#M32524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I created a "database Connection" using Direct connect.&amp;nbsp; The SQL Server is enterprise.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 12:20:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/quot-wrong-column-type-quot-trying-to-create-a/m-p/574205#M32524</guid>
      <dc:creator>ArtUllman</dc:creator>
      <dc:date>2013-11-06T12:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: "Wrong Column Type" trying to create a Feature class in non-SDE SQL Server with 1</title>
      <link>https://community.esri.com/t5/data-management-questions/quot-wrong-column-type-quot-trying-to-create-a/m-p/574206#M32525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;"Direct Connect" is an ArcSDE connection type.&amp;nbsp; You can only add feature classes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in a Direct Connect if an enterprise geodatabase has been enabled.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 12:40:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/quot-wrong-column-type-quot-trying-to-create-a/m-p/574206#M32525</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-11-06T12:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: "Wrong Column Type" trying to create a Feature class in non-SDE SQL Server with 1</title>
      <link>https://community.esri.com/t5/data-management-questions/quot-wrong-column-type-quot-trying-to-create-a/m-p/574207#M32526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I figured out my problem.&amp;nbsp; The SQL Server database was set to a case-sensitive collation sequence.&amp;nbsp; Once, I changed the database to case-insensitive collation, I was able to create and load feature classes using a direct database connection without enabling the database as a geodatabase.&amp;nbsp;&amp;nbsp; Thank you for your assistance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 13:13:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/quot-wrong-column-type-quot-trying-to-create-a/m-p/574207#M32526</guid>
      <dc:creator>ArtUllman</dc:creator>
      <dc:date>2013-11-06T13:13:43Z</dc:date>
    </item>
  </channel>
</rss>

