<?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: insertRow into SQL server in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/insertrow-into-sql-server/m-p/256588#M19750</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you can use the InsertCursor with an SDE connection file.&amp;nbsp; Just set your env.workspace variable to wherever your .sde file is.&amp;nbsp; Ex:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;import arcpy from arcpy import env env.workspace = r"Database Connections\GIS.sde"&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Aug 2013 12:07:46 GMT</pubDate>
    <dc:creator>JakeSkinner</dc:creator>
    <dc:date>2013-08-20T12:07:46Z</dc:date>
    <item>
      <title>insertRow into SQL server</title>
      <link>https://community.esri.com/t5/python-questions/insertrow-into-sql-server/m-p/256585#M19747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would like to insert an multidimensional array of points into a dataset stored in a SQL Server. Do you guys have a sample code showing how to connect and insertRow?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alex&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 08:35:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/insertrow-into-sql-server/m-p/256585#M19747</guid>
      <dc:creator>AlexandreDinnouti</dc:creator>
      <dc:date>2013-08-20T08:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: insertRow into SQL server</title>
      <link>https://community.esri.com/t5/python-questions/insertrow-into-sql-server/m-p/256586#M19748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you are looking to insert a row into a SQL Server table, take a look at the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//002z00000021000000"&gt;ArcSDESQLExecute&lt;/A&gt;&lt;SPAN&gt; class.&amp;nbsp; If you are looking to insert a row into an SDE geodatabase table, you can use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//018w0000000t000000"&gt;InsertCursor&lt;/A&gt;&lt;SPAN&gt; function.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 10:23:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/insertrow-into-sql-server/m-p/256586#M19748</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2013-08-20T10:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: insertRow into SQL server</title>
      <link>https://community.esri.com/t5/python-questions/insertrow-into-sql-server/m-p/256587#M19749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I saw examples of InsertCursor (arcpy.da) being used to point to a system path, but never to an SQL Server. Is that possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alex.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 12:04:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/insertrow-into-sql-server/m-p/256587#M19749</guid>
      <dc:creator>AlexandreDinnouti</dc:creator>
      <dc:date>2013-08-20T12:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: insertRow into SQL server</title>
      <link>https://community.esri.com/t5/python-questions/insertrow-into-sql-server/m-p/256588#M19750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you can use the InsertCursor with an SDE connection file.&amp;nbsp; Just set your env.workspace variable to wherever your .sde file is.&amp;nbsp; Ex:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;import arcpy from arcpy import env env.workspace = r"Database Connections\GIS.sde"&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 12:07:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/insertrow-into-sql-server/m-p/256588#M19750</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2013-08-20T12:07:46Z</dc:date>
    </item>
  </channel>
</rss>

