<?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 SAS dataset loading into sql server in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-loading-into-sql-server/m-p/153443#M262639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just trying to load a SAS dataset (half a mil observations with 10 variables) into sql server but it takes a lot of time. I don't have any problem while loading sql server table into SAS using odbc. But when I am trying to reload SAS dataset into sql server after some processing, this is taking a lot of time. I am hoping an expert solution from the forum please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jan 2014 16:09:29 GMT</pubDate>
    <dc:creator>stat_sas</dc:creator>
    <dc:date>2014-01-27T16:09:29Z</dc:date>
    <item>
      <title>SAS dataset loading into sql server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-loading-into-sql-server/m-p/153443#M262639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just trying to load a SAS dataset (half a mil observations with 10 variables) into sql server but it takes a lot of time. I don't have any problem while loading sql server table into SAS using odbc. But when I am trying to reload SAS dataset into sql server after some processing, this is taking a lot of time. I am hoping an expert solution from the forum please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 16:09:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-loading-into-sql-server/m-p/153443#M262639</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-01-27T16:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS dataset loading into sql server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-loading-into-sql-server/m-p/153444#M262640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps you have an asymmetrical network conntection that means that you can download data much faster than you can upload it? This is very common. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 16:16:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-loading-into-sql-server/m-p/153444#M262640</guid>
      <dc:creator>Murray_Court</dc:creator>
      <dc:date>2014-01-27T16:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS dataset loading into sql server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-loading-into-sql-server/m-p/153445#M262641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Loading a SAS table is usually fast, and in comparison with most standard RDBMS, it's much faster.&lt;/P&gt;&lt;P&gt;But there are ways to trim this.&lt;/P&gt;&lt;P&gt;On the SQL Server side, you may need to discuss with the DBA on how to optimize the database/table for loading in bulk. Clustered indexes and stuff like that can slow processing down.&lt;/P&gt;&lt;P&gt;From SAS, you can set some libname/data set options to enhance performance. Take a look at BULKLOAD, INSERTBUFF and DBCOMMIT options as a start.&lt;/P&gt;&lt;P&gt;You can also search support.sas.com, since SAS/ACCESS performance is a common topic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 20:43:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-loading-into-sql-server/m-p/153445#M262641</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2014-01-27T20:43:20Z</dc:date>
    </item>
  </channel>
</rss>

