<?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: How to - Decrease the Time While Moving Data Between SAS Server and MSSQL Server? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-Decrease-the-Time-While-Moving-Data-Between-SAS-Server/m-p/437983#M109158</link>
    <description>&lt;P&gt;Your code really decreased the time, Thanks a lot.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, is it possible increase the limit of INSERTBUFF option?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Fri, 16 Feb 2018 14:37:25 GMT</pubDate>
    <dc:creator>turcay</dc:creator>
    <dc:date>2018-02-16T14:37:25Z</dc:date>
    <item>
      <title>How to - Decrease the Time While Moving Data Between SAS Server and MSSQL Server?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Decrease-the-Time-While-Moving-Data-Between-SAS-Server/m-p/436196#M108481</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I try to move data sets from SAS server to MSQSql Database Server, however, it takes 5-6 hours. Those data sets are very large data sets, one of them approximately&amp;nbsp; 60 GB. To decrease the time, I tried to use INSERTBUFF option as below,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;LIBNAME SQL ODBC DATAsrc=proddb SCHEMA=sas USER=user PASSWORD="*******" INSERT_SQL=YES INSERTBUFF=32767;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;But it decreased the time&amp;nbsp;&lt;SPAN&gt;approximately&amp;nbsp;3 hours so I am looking for a method to decrease the time less than half an hour, I mean as fast as possible. Can somebody lead me about this process?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 11:34:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Decrease-the-Time-While-Moving-Data-Between-SAS-Server/m-p/436196#M108481</guid>
      <dc:creator>turcay</dc:creator>
      <dc:date>2018-02-12T11:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to - Decrease the Time While Moving Data Between SAS Server and MSSQL Server?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Decrease-the-Time-While-Moving-Data-Between-SAS-Server/m-p/436198#M108483</link>
      <description>&lt;P&gt;There have ben several similar threads on forum with similar issues, first search here.&lt;/P&gt;
&lt;P&gt;Short, there are more to this than simple libname options.&lt;/P&gt;
&lt;P&gt;First you have any target DBMS behavior/DB design.&lt;/P&gt;
&lt;P&gt;Also, network plays a role.&lt;/P&gt;
&lt;P&gt;Form a processing perspective, I should start to investigate using bulk-load.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 11:52:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Decrease-the-Time-While-Moving-Data-Between-SAS-Server/m-p/436198#M108483</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-02-12T11:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to - Decrease the Time While Moving Data Between SAS Server and MSSQL Server?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Decrease-the-Time-While-Moving-Data-Between-SAS-Server/m-p/436270#M108506</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to share some of the links which mentioned about forum as above.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And also I wonder, there is a limit(32767) for InsertBuff, is it possible to increase it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You also mentioned about Bulkload, I found a similar link as below,So I need to type Bulkload=Yes, right?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/acreldb/63647/HTML/default/viewer.htm#a002105630.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/acreldb/63647/HTML/default/viewer.htm#a002105630.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 16:27:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Decrease-the-Time-While-Moving-Data-Between-SAS-Server/m-p/436270#M108506</guid>
      <dc:creator>turcay</dc:creator>
      <dc:date>2018-02-12T16:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to - Decrease the Time While Moving Data Between SAS Server and MSSQL Server?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Decrease-the-Time-While-Moving-Data-Between-SAS-Server/m-p/436621#M108607</link>
      <description>&lt;P&gt;Try some options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options dbidirectexec bufno=100 bufsize=128k ;
LIBNAME SQL ODBC DATAsrc=proddb SCHEMA=sas U
SER=user PASSWORD="*******" INSERT_SQL=YES 
INSERTBUFF=32767
readbuff=10000
bulkload=yes
dbcommit=10000
;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 Feb 2018 09:52:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Decrease-the-Time-While-Moving-Data-Between-SAS-Server/m-p/436621#M108607</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-02-13T09:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to - Decrease the Time While Moving Data Between SAS Server and MSSQL Server?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Decrease-the-Time-While-Moving-Data-Between-SAS-Server/m-p/437983#M109158</link>
      <description>&lt;P&gt;Your code really decreased the time, Thanks a lot.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, is it possible increase the limit of INSERTBUFF option?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 14:37:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Decrease-the-Time-While-Moving-Data-Between-SAS-Server/m-p/437983#M109158</guid>
      <dc:creator>turcay</dc:creator>
      <dc:date>2018-02-16T14:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to - Decrease the Time While Moving Data Between SAS Server and MSSQL Server?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Decrease-the-Time-While-Moving-Data-Between-SAS-Server/m-p/437989#M109160</link>
      <description>&lt;P&gt;No. I have no idea about it.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 14:49:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Decrease-the-Time-While-Moving-Data-Between-SAS-Server/m-p/437989#M109160</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-02-16T14:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to - Decrease the Time While Moving Data Between SAS Server and MSSQL Server?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Decrease-the-Time-While-Moving-Data-Between-SAS-Server/m-p/438002#M109167</link>
      <description>&lt;P&gt;According to the documentation, &lt;A href="http://go.documentation.sas.com/?docsetId=acreldb&amp;amp;docsetTarget=n1dsqxfjr3yjegn1lb5uqmmvbegu.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;the limit for INSERTBUFF depends on the database&lt;/A&gt;.&amp;nbsp; You might need to get that from Microsoft doc.&amp;nbsp; You can certainly try a higher value, such as "max int" (&lt;SPAN&gt;2147483647) -- see what happens.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 15:49:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Decrease-the-Time-While-Moving-Data-Between-SAS-Server/m-p/438002#M109167</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-02-16T15:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to - Decrease the Time While Moving Data Between SAS Server and MSSQL Server?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Decrease-the-Time-While-Moving-Data-Between-SAS-Server/m-p/494458#M130300</link>
      <description>&lt;P&gt;How can I write same options for Oracle connection?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wrote the following libname statements;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Libname orc oracle path=ed schema=edb user=u1234 password="*****" but the other options gave errors;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 12:18:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Decrease-the-Time-While-Moving-Data-Between-SAS-Server/m-p/494458#M130300</guid>
      <dc:creator>turcay</dc:creator>
      <dc:date>2018-09-11T12:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to - Decrease the Time While Moving Data Between SAS Server and MSSQL Server?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Decrease-the-Time-While-Moving-Data-Between-SAS-Server/m-p/494474#M130313</link>
      <description>&lt;P&gt;Sorry. I can't help you. Talk to sas technology support ?&lt;/P&gt;
&lt;P&gt;If you get error, then some option is not suited for ORACLE connection.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 12:59:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Decrease-the-Time-While-Moving-Data-Between-SAS-Server/m-p/494474#M130313</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-09-11T12:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to - Decrease the Time While Moving Data Between SAS Server and MSSQL Server?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Decrease-the-Time-While-Moving-Data-Between-SAS-Server/m-p/494478#M130315</link>
      <description>&lt;P&gt;SAS/ACCESS to Oracle documentation lists available libname options.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 13:17:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Decrease-the-Time-While-Moving-Data-Between-SAS-Server/m-p/494478#M130315</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-09-11T13:17:50Z</dc:date>
    </item>
  </channel>
</rss>

