<?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: Implict or explicit SQL pass through  - Efficiency wise accessing large datasets in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Implict-or-explicit-SQL-pass-through-Efficiency-wise-accessing/m-p/794852#M254891</link>
    <description>&lt;P&gt;I highly recommend reding&amp;nbsp;&lt;A href="https://support.sas.com/resources/papers/TacticsForPushingSQLtoRelationalDatabases.pdf" target="_self"&gt;Tactics for Pushing SQL to the Relational&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://support.sas.com/resources/papers/TacticsForPushingSQLtoRelationalDatabases.pdf" target="_self"&gt;Databases&lt;/A&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Feb 2022 18:10:51 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2022-02-07T18:10:51Z</dc:date>
    <item>
      <title>Implict or explicit SQL pass through  - Efficiency wise accessing large datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Implict-or-explicit-SQL-pass-through-Efficiency-wise-accessing/m-p/794799#M254866</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In accessing large datasets and modifying,which is the efficient way of using the implicit and explicit SQL pass through facility in connecting to the database.&lt;BR /&gt;Can anyone suggest any tips on this for the efficiency of the queries.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Siddhartha&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 14:43:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Implict-or-explicit-SQL-pass-through-Efficiency-wise-accessing/m-p/794799#M254866</guid>
      <dc:creator>siddhu1</dc:creator>
      <dc:date>2022-02-07T14:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Implict or explicit SQL pass through  - Efficiency wise accessing large datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Implict-or-explicit-SQL-pass-through-Efficiency-wise-accessing/m-p/794801#M254867</link>
      <description>&lt;P&gt;Implicit pass-through will take your SAS code, and translate it into the native SQL of the database to execute it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With explicit pass-through you get to write the native SQL of the database.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wouldn't expect there to be much of an efficiency difference, if you write the same native SQL with the explicit pass-through that SAS generates with implicit pass-through.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But typically, people are better at writing code than computers.&amp;nbsp; If you are experienced in the native SQL of the database, and the optimizer the database uses, etc., then using explicit pass-through will give you more ability to write code that is more optimized for efficiency.&amp;nbsp; Also, explicit pass-through avoids the risk inherent to implicit pass-through, that risk being that SAS will decide it cannot translate your code the native SQL of the database and will have to transfer all of the source data for processing in SAS.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 15:11:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Implict-or-explicit-SQL-pass-through-Efficiency-wise-accessing/m-p/794801#M254867</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2022-02-07T15:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Implict or explicit SQL pass through  - Efficiency wise accessing large datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Implict-or-explicit-SQL-pass-through-Efficiency-wise-accessing/m-p/794852#M254891</link>
      <description>&lt;P&gt;I highly recommend reding&amp;nbsp;&lt;A href="https://support.sas.com/resources/papers/TacticsForPushingSQLtoRelationalDatabases.pdf" target="_self"&gt;Tactics for Pushing SQL to the Relational&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://support.sas.com/resources/papers/TacticsForPushingSQLtoRelationalDatabases.pdf" target="_self"&gt;Databases&lt;/A&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 18:10:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Implict-or-explicit-SQL-pass-through-Efficiency-wise-accessing/m-p/794852#M254891</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2022-02-07T18:10:51Z</dc:date>
    </item>
  </channel>
</rss>

