<?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: ArcSDE 10.1 direct connection to SQL 2008 R2 in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/arcsde-10-1-direct-connection-to-sql-2008-r2/m-p/576344#M32646</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Feature classes must be created from an ArcGIS application such as ArcGIS Desktop or ArcObjects via Python for example.&amp;nbsp; It sounds like you may have created a basic table in SQL Server with lat and long fields and then tried to view its spatial contents in ArcMap once you loaded values into it.&amp;nbsp; I am not certain that your table is actually registered as a LAYER in SDE (i.e., has a registered spatial column).&amp;nbsp; However, I can't be sure because I'm not clear on what you wrote.&amp;nbsp; If you have lat and long values stored in a table, you may have success with using Add XY Event Layer in ArcMap:&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00s50000001z000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//00s50000001z000000&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Having a spatial column registered with SDE in a particular coordinate system is not the same as displaying points based on lat/long values stored in a table.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jul 2013 23:32:14 GMT</pubDate>
    <dc:creator>WilliamCraft</dc:creator>
    <dc:date>2013-07-04T23:32:14Z</dc:date>
    <item>
      <title>ArcSDE 10.1 direct connection to SQL 2008 R2</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-10-1-direct-connection-to-sql-2008-r2/m-p/576343#M32645</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 created a simple database within Microsoft SQL Server 2008 one table with a Lat and Long column.&amp;nbsp; I used ArcCatalog 10.1 to enable the database to create an SDE database.&amp;nbsp; The problem is when I created a new feature class from this SDE database and loaded the data from the table I see all the data within the attribute table, but no points are displayed in the data view display in Arcmap info?&amp;nbsp; The feature class has an ObjectId and shape column.&amp;nbsp; I am not sure why the points are not displayed.&amp;nbsp; Is this a known behavior in 10.1 SDE with SQL?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 22:36:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-10-1-direct-connection-to-sql-2008-r2/m-p/576343#M32645</guid>
      <dc:creator>AngieGarcia</dc:creator>
      <dc:date>2013-07-04T22:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE 10.1 direct connection to SQL 2008 R2</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-10-1-direct-connection-to-sql-2008-r2/m-p/576344#M32646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Feature classes must be created from an ArcGIS application such as ArcGIS Desktop or ArcObjects via Python for example.&amp;nbsp; It sounds like you may have created a basic table in SQL Server with lat and long fields and then tried to view its spatial contents in ArcMap once you loaded values into it.&amp;nbsp; I am not certain that your table is actually registered as a LAYER in SDE (i.e., has a registered spatial column).&amp;nbsp; However, I can't be sure because I'm not clear on what you wrote.&amp;nbsp; If you have lat and long values stored in a table, you may have success with using Add XY Event Layer in ArcMap:&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00s50000001z000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//00s50000001z000000&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Having a spatial column registered with SDE in a particular coordinate system is not the same as displaying points based on lat/long values stored in a table.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 23:32:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-10-1-direct-connection-to-sql-2008-r2/m-p/576344#M32646</guid>
      <dc:creator>WilliamCraft</dc:creator>
      <dc:date>2013-07-04T23:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE 10.1 direct connection o SQL 2008 R2</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-10-1-direct-connection-to-sql-2008-r2/m-p/576345#M32647</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 am unclear on what you mean by spatial column registered with SDE, how can I check this?&amp;nbsp; The feature class created has a Objectid*,SHAPE*, and Latitude and Longitude column. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jul 2013 01:50:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-10-1-direct-connection-to-sql-2008-r2/m-p/576345#M32647</guid>
      <dc:creator>AngieGarcia</dc:creator>
      <dc:date>2013-07-05T01:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE 10.1 direct connection to SQL 2008 R2</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-10-1-direct-connection-to-sql-2008-r2/m-p/576346#M32648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The fact that your Feature Class has a column called "Shape" does not mean there are actually shapes in there. Unless, like William suggested, you use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00s50000001z000000"&gt;Add XY Event Layer &lt;/A&gt;&lt;SPAN&gt; option in ArcMap to convert the tabular X,Y data to a dynamically created &lt;/SPAN&gt;&lt;STRONG&gt;point&lt;/STRONG&gt;&lt;SPAN&gt; layer, and export the data from there to a static layer if needed, your X,Y data will remain just that: X,Y data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcMap doesn't "magically" convert X,Y data to point shapes by loading it in a pre-existing point Feature Class, &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;unless&lt;/SPAN&gt;&lt;SPAN&gt;, you use the specific option of adding dynamic X,Y data designed for this purpose first, and than convert that layer to a static point Feature Class. Again, see the Help link above, and that William also pointed out for you, for what to do.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jul 2013 06:37:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-10-1-direct-connection-to-sql-2008-r2/m-p/576346#M32648</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2013-07-05T06:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE 10.1 direct connection to SQL 2008 R2</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-10-1-direct-connection-to-sql-2008-r2/m-p/576347#M32649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I understand that I can use the Display XY Data to create an XY layer.&amp;nbsp; The goal of what I am trying to do is create a dynamic SDE geodatabase, so my feature class will become a dynamic layer when I publish it as a feature service.&amp;nbsp; I want to be able to consume that service on ESRIs web application.&amp;nbsp; If I add another record to SQL database server on the back end the point feature will have a dynamic connection to SDE and display on the web application. That is why I am not using the XY display and export for the data because my data will become static and not dynamic which is what I need for my web application.&amp;nbsp; What I am asking is how can I create a dynamic SDE Geodatabase feature class so when I publish it, it becomes a dynamic feature class.&amp;nbsp; If I add another record to my SQL database that point will be displayed dynamically, like using the Add Query Layer tool?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As you know one is not able to register the source information if using the Add query layer with ArcGIS Server, unless it is stored and accessed through an ArcSDE database.&amp;nbsp; This is an issue that is resolved with the next release of ArcGIS Server 10.2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From the reply post it was mentioned to use the specific option of adding a dynamic X, Y data.&amp;nbsp; Is there a way to create a dynamic SDE, publish it as a feature service so the data becomes dynamic?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jul 2013 14:26:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-10-1-direct-connection-to-sql-2008-r2/m-p/576347#M32649</guid>
      <dc:creator>AngieGarcia</dc:creator>
      <dc:date>2013-07-05T14:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE 10.1 direct connection to SQL 2008 R2</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-10-1-direct-connection-to-sql-2008-r2/m-p/576348#M32650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The goal of what I am trying to do is create a dynamic SDE geodatabase, so my feature class will become a dynamic layer when I publish it as a feature service.&amp;nbsp; I want to be able to consume that service on ESRIs web application.&amp;nbsp; If I add another record to SQL database server on the back end the point feature will have a dynamic connection to SDE and display on the web application.&lt;BR /&gt;...&lt;BR /&gt;From the reply post it was mentioned to use the specific option of adding a dynamic X, Y data.&amp;nbsp; Is there a way to create a dynamic SDE, publish it as a feature service so the data becomes dynamic?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not entirely sure what you mean with "dynamic SDE", because data served from ArcSDE is by definition "dynamic", as pulled straight from the database... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But in terms of options of having a X,Y table data with no spatial column displayed as a dynamic point feature layer in a webapplication, you may consider re-posting this question in an ArcGIS for Server or Runtime forum. I think you are more likely to get good suggestions there instead of here in the Geodatabase &amp;amp; ArcSDE sub-forum.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By the way, this GIS Stack Exchange thread suggests you should be able to create a dynamic service from an X,Y event layer if the web service is based on an &lt;/SPAN&gt;&lt;STRONG&gt;MXD&lt;/STRONG&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gis.stackexchange.com/questions/25753/publish-xy-event-layer-to-arcgis-server"&gt;http://gis.stackexchange.com/questions/25753/publish-xy-event-layer-to-arcgis-server&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jul 2013 15:18:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-10-1-direct-connection-to-sql-2008-r2/m-p/576348#M32650</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2013-07-05T15:18:30Z</dc:date>
    </item>
  </channel>
</rss>

