<?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 data load FTP or Database pro cons in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/data-load-FTP-or-Database-pro-cons/m-p/369824#M88339</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a lot of tables and can choose to load them directly from the different source databases or exportet data to FTPs site. Sometimes it is small dataset but also 6 mio records.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do you recommend to use if possible? pro and cons? eg. in relation to performance and security and other??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jun 2017 11:19:16 GMT</pubDate>
    <dc:creator>ANLYNG</dc:creator>
    <dc:date>2017-06-23T11:19:16Z</dc:date>
    <item>
      <title>data load FTP or Database pro cons</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-load-FTP-or-Database-pro-cons/m-p/369824#M88339</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a lot of tables and can choose to load them directly from the different source databases or exportet data to FTPs site. Sometimes it is small dataset but also 6 mio records.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do you recommend to use if possible? pro and cons? eg. in relation to performance and security and other??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 11:19:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-load-FTP-or-Database-pro-cons/m-p/369824#M88339</guid>
      <dc:creator>ANLYNG</dc:creator>
      <dc:date>2017-06-23T11:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: data load FTP or Database pro cons</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-load-FTP-or-Database-pro-cons/m-p/369838#M88345</link>
      <description>&lt;P&gt;From experience, unloading into a flatfile and reading that poses the least problems and has several advantages:&lt;/P&gt;
&lt;P&gt;- the unload can be performed in the database under control of the DB when load is low, making DB admins happy&lt;/P&gt;
&lt;P&gt;- no SAS license for ACCESS to RDBMS is needed&lt;/P&gt;
&lt;P&gt;- no DB client needs to be installed and maintained on the SAS server&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For optimum performance, I would do the unload (inlcuding storing the flatfile) on the DB server, and retrieve the file with filename FTP from there; this necessitates only one network transfer, which is usually the bottleneck. Using a third (FTP) host moves the data over the network twice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 11:53:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-load-FTP-or-Database-pro-cons/m-p/369838#M88345</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-06-23T11:53:05Z</dc:date>
    </item>
  </channel>
</rss>

