<?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 Database table in SQL Server in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/database-table-in-sql-server/m-p/830466#M4209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an excel table. I created a database table in SQL Server database platform in ArcMap. I added fields, fields' data type, and domains to some data fields (columns). When I open the table, all I see is just a table with field names only. Can I not view the database table in SQL Server in ArcGIS desktop? Also, how can I populate rest of my records ( rows) in the table? &lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Aug 2016 14:15:07 GMT</pubDate>
    <dc:creator>SarojThapa1</dc:creator>
    <dc:date>2016-08-03T14:15:07Z</dc:date>
    <item>
      <title>Database table in SQL Server</title>
      <link>https://community.esri.com/t5/geodatabase-questions/database-table-in-sql-server/m-p/830466#M4209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an excel table. I created a database table in SQL Server database platform in ArcMap. I added fields, fields' data type, and domains to some data fields (columns). When I open the table, all I see is just a table with field names only. Can I not view the database table in SQL Server in ArcGIS desktop? Also, how can I populate rest of my records ( rows) in the table? &lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 14:15:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/database-table-in-sql-server/m-p/830466#M4209</guid>
      <dc:creator>SarojThapa1</dc:creator>
      <dc:date>2016-08-03T14:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Database table in SQL Server</title>
      <link>https://community.esri.com/t5/geodatabase-questions/database-table-in-sql-server/m-p/830467#M4210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm reading several disconnects in your post: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You created a table a table in ArcMap?&amp;nbsp; Tables are created in ArcCatalog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You open the table and all you see are the fields:&amp;nbsp; Have you loaded any data into this table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where does the Excel spreadsheet fit to this whole equation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm going to go out on a limb here and make a guess or two:&amp;nbsp; You want your excel data in an Enterprise Geodatabase aka SDE, is that correct?&amp;nbsp; If so you need to create the table in ArcCatalog and then either use the simple data loader or the append tool to populate your newly created table.&amp;nbsp; You must also have the correct credentials to create data in that Enterprise Geodatabse.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 15:03:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/database-table-in-sql-server/m-p/830467#M4210</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2016-08-03T15:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Database table in SQL Server</title>
      <link>https://community.esri.com/t5/geodatabase-questions/database-table-in-sql-server/m-p/830468#M4211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Joe, I created the table in ArcCatalog and I haven't added any data yet. Sorry for the ambiguity. Yes, I want my excel data in an enterprise geodatabase. I have the credentials to create and edit data in the geodatabase. You guessed very right. &lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 15:14:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/database-table-in-sql-server/m-p/830468#M4211</guid>
      <dc:creator>SarojThapa1</dc:creator>
      <dc:date>2016-08-03T15:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Database table in SQL Server</title>
      <link>https://community.esri.com/t5/geodatabase-questions/database-table-in-sql-server/m-p/830469#M4212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to further explain the simple data loader and append: these read the data in your excel table, and allow you to map the fields in excel to the fields in your table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 15:21:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/database-table-in-sql-server/m-p/830469#M4212</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2016-08-03T15:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Database table in SQL Server</title>
      <link>https://community.esri.com/t5/geodatabase-questions/database-table-in-sql-server/m-p/830470#M4213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saroj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check the following steps to append data from Excel sheet to feature class:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;1.&lt;/TD&gt;&lt;TD&gt;In ArcMAP, Add data &amp;gt; Browse to the excel sheet &amp;gt; Add the excel in the ArcMap. &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2.&lt;/TD&gt;&lt;TD&gt;Right click on the excel from table of content &amp;gt; Display XY data &amp;gt; An "event layer" will be created. &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3.&lt;/TD&gt;&lt;TD&gt;Geoprocessing &amp;gt; ArcToolbox &amp;gt; Data Management toolbox &amp;gt; General &amp;gt; Append &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4.&lt;/TD&gt;&lt;TD&gt;Input Dataset : Event layer that&amp;nbsp; created in step 2. &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5.&lt;/TD&gt;&lt;TD&gt;Target Dataset : Feature class that you want to append&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;6.&lt;/TD&gt;&lt;TD&gt;Schema Type : No_Test &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;7.&lt;/TD&gt;&lt;TD&gt;Field map : Right click on the fields and map it to the excel fields. &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;8.&lt;/TD&gt;&lt;TD&gt;OK &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are some links that you can follow- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append: &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fdesktop.arcgis.com%2Fen%2Fdesktop%2Flatest%2Ftools%2Fdata-management-toolbox%2Fappend.htm" rel="nofollow" target="_blank"&gt;http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/append.htm&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Understanding how to use Microsoft Excel files in ArcGIS: &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fdesktop.arcgis.com%2Fen%2Fdesktop%2Flatest%2Fmanage-data%2Ftables%2Funderstanding-how-to-use-microsoft-excel-files-in-arcgis.htm" rel="nofollow" target="_blank"&gt;http://desktop.arcgis.com/en/desktop/latest/manage-data/tables/understanding-how-to-use-microsoft-excel-files-in-arcgis.htm&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Biraja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 15:22:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/database-table-in-sql-server/m-p/830470#M4213</guid>
      <dc:creator>BirajaNayak</dc:creator>
      <dc:date>2016-08-03T15:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Database table in SQL Server</title>
      <link>https://community.esri.com/t5/geodatabase-questions/database-table-in-sql-server/m-p/830471#M4214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. You were a huge help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 15:39:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/database-table-in-sql-server/m-p/830471#M4214</guid>
      <dc:creator>SarojThapa1</dc:creator>
      <dc:date>2016-08-03T15:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Database table in SQL Server</title>
      <link>https://community.esri.com/t5/geodatabase-questions/database-table-in-sql-server/m-p/830472#M4215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Biraja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 15:40:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/database-table-in-sql-server/m-p/830472#M4215</guid>
      <dc:creator>SarojThapa1</dc:creator>
      <dc:date>2016-08-03T15:40:06Z</dc:date>
    </item>
  </channel>
</rss>

