<?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: Insert data in SQL server table in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Insert-data-in-SQL-server-table/m-p/580834#M165022</link>
    <description>&lt;P&gt;PROC APPEND is one of the fastest because it's just a proc to move data, a data step or SQL procedure can also be used to transform data so it copies data line by line. APPEND copies data in blocks.&lt;/P&gt;
&lt;P&gt;I'm assuming you have the bulkload option set up as well on your server connection.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/8409"&gt;@Babloo&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I have table in SQL server and I have one SAS WORK data set. Both are similar structure with same data type.&lt;BR /&gt;&lt;BR /&gt;Now I would like to know the different ways to insert SAS dataset observation in SQL table from SAS.&lt;BR /&gt;&lt;BR /&gt;Is below code the right way to insert records in SQL server table? &lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;Proc append data=sqllibrary.table data=sas_work_dataset force; &lt;BR /&gt;Run;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Aug 2019 15:03:10 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-08-13T15:03:10Z</dc:date>
    <item>
      <title>Insert data in SQL server table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insert-data-in-SQL-server-table/m-p/580690#M164975</link>
      <description>I have table in SQL server and I have one SAS WORK data set. Both are similar structure with same data type.&lt;BR /&gt;&lt;BR /&gt;Now I would like to know the different ways to insert SAS dataset  observation  in SQL table from SAS.&lt;BR /&gt;&lt;BR /&gt;Is below code the right way to insert records in SQL server table? &lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;Proc append data=sqllibrary.table data=sas_work_dataset force; &lt;BR /&gt;Run;</description>
      <pubDate>Tue, 13 Aug 2019 01:04:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insert-data-in-SQL-server-table/m-p/580690#M164975</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2019-08-13T01:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Insert data in SQL server table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insert-data-in-SQL-server-table/m-p/580696#M164978</link>
      <description>&lt;P&gt;PROC APPEND is the easiest way to insert new rows into an external database table. Have you tried it?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 01:47:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insert-data-in-SQL-server-table/m-p/580696#M164978</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-08-13T01:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Insert data in SQL server table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insert-data-in-SQL-server-table/m-p/580834#M165022</link>
      <description>&lt;P&gt;PROC APPEND is one of the fastest because it's just a proc to move data, a data step or SQL procedure can also be used to transform data so it copies data line by line. APPEND copies data in blocks.&lt;/P&gt;
&lt;P&gt;I'm assuming you have the bulkload option set up as well on your server connection.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/8409"&gt;@Babloo&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I have table in SQL server and I have one SAS WORK data set. Both are similar structure with same data type.&lt;BR /&gt;&lt;BR /&gt;Now I would like to know the different ways to insert SAS dataset observation in SQL table from SAS.&lt;BR /&gt;&lt;BR /&gt;Is below code the right way to insert records in SQL server table? &lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;Proc append data=sqllibrary.table data=sas_work_dataset force; &lt;BR /&gt;Run;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 15:03:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insert-data-in-SQL-server-table/m-p/580834#M165022</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-13T15:03:10Z</dc:date>
    </item>
  </channel>
</rss>

