<?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: PROC SQL vs. T-SQL in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-vs-T-SQL/m-p/289952#M269990</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza﻿&lt;/a&gt;. Will look into the difference in the Windowing function.&lt;/P&gt;</description>
    <pubDate>Sat, 06 Aug 2016 06:42:52 GMT</pubDate>
    <dc:creator>DataScientist</dc:creator>
    <dc:date>2016-08-06T06:42:52Z</dc:date>
    <item>
      <title>PROC SQL vs. T-SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-vs-T-SQL/m-p/289947#M269988</link>
      <description>&lt;P&gt;Hi, in an upcoming engagement I will need to use T-SQL instead of SAS and PROC SQL. Has anyone used T-SQL before? If so, are there any important differences in syntax that might be of value to know beforehand. Also, is there a resource that I can refer to that might show me how a certain query might be written differently in T-SQL compared to PROC SQL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The T-SQL will be used primarily for querying and reporting purposes rather than database administration purposes.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Aug 2016 06:16:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-vs-T-SQL/m-p/289947#M269988</guid>
      <dc:creator>DataScientist</dc:creator>
      <dc:date>2016-08-06T06:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL vs. T-SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-vs-T-SQL/m-p/289950#M269989</link>
      <description>&lt;P&gt;T-SQL is Microsoft so there's tons of documentation and examples out on the web.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Biggest difference - look into Windowing function&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Aug 2016 06:36:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-vs-T-SQL/m-p/289950#M269989</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-06T06:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL vs. T-SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-vs-T-SQL/m-p/289952#M269990</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza﻿&lt;/a&gt;. Will look into the difference in the Windowing function.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Aug 2016 06:42:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-vs-T-SQL/m-p/289952#M269990</guid>
      <dc:creator>DataScientist</dc:creator>
      <dc:date>2016-08-06T06:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL vs. T-SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-vs-T-SQL/m-p/289954#M269991</link>
      <description>&lt;P&gt;It's not so much difference as something SAS doesn't have.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Aug 2016 06:53:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-vs-T-SQL/m-p/289954#M269991</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-06T06:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL vs. T-SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-vs-T-SQL/m-p/289955#M269992</link>
      <description>&lt;P&gt;And Pivot? Or is that Oracle? Look into how they do processing over groups basically, besides group by.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Aug 2016 06:54:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-vs-T-SQL/m-p/289955#M269992</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-06T06:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL vs. T-SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-vs-T-SQL/m-p/289985#M269993</link>
      <description>Except from the obvious SAS specifics like functions and formats,  there two differences I think is worth mentioning :&lt;BR /&gt;- no support for the "remerging summary statics with original data". You need the spicy join the aggregation results back.&lt;BR /&gt;- no support for the calculated key word. You need to repeat any formula wich result you wish to use more than once in the same query.</description>
      <pubDate>Sat, 06 Aug 2016 17:34:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-vs-T-SQL/m-p/289985#M269993</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-08-06T17:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL vs. T-SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-vs-T-SQL/m-p/291020#M269994</link>
      <description>&lt;P&gt;Thank you for your input&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH﻿&lt;/a&gt;. This is great I'm sure I will learn more along the way. One difference I chanced upon recently was with the AS keyword while assigning Aliases.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The AS keyword is recommended but can be omitted while assigning an Alias in T-SQL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not having the AS keyword while assigning an Alias in PROC SQL causes an error.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 16:49:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-vs-T-SQL/m-p/291020#M269994</guid>
      <dc:creator>DataScientist</dc:creator>
      <dc:date>2016-08-11T16:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL vs. T-SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-vs-T-SQL/m-p/291516#M269995</link>
      <description>&lt;P&gt;Another minor difference is while eliminating duplicate&amp;nbsp;rows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The DISTINCT keyword is common between T-SQL and PROC SQL.&amp;nbsp;PROC SQL also has an alternative, the UNIQUE keyword. This, I believe, isn't available in T-SQL.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Aug 2016 12:17:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-vs-T-SQL/m-p/291516#M269995</guid>
      <dc:creator>DataScientist</dc:creator>
      <dc:date>2016-08-13T12:17:52Z</dc:date>
    </item>
  </channel>
</rss>

