<?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 Connect SQL Server to SAS using linked server in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Connect-SQL-Server-to-SAS-using-linked-server/m-p/298693#M8453</link>
    <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Someone can help me &amp;nbsp;connect SQL server 2012 to SAS using linked server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to read some SAS tables with SQL server. This is possible?&lt;/P&gt;</description>
    <pubDate>Thu, 15 Sep 2016 15:38:10 GMT</pubDate>
    <dc:creator>ph2205</dc:creator>
    <dc:date>2016-09-15T15:38:10Z</dc:date>
    <item>
      <title>Connect SQL Server to SAS using linked server</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Connect-SQL-Server-to-SAS-using-linked-server/m-p/298693#M8453</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Someone can help me &amp;nbsp;connect SQL server 2012 to SAS using linked server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to read some SAS tables with SQL server. This is possible?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 15:38:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Connect-SQL-Server-to-SAS-using-linked-server/m-p/298693#M8453</guid>
      <dc:creator>ph2205</dc:creator>
      <dc:date>2016-09-15T15:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Connect SQL Server to SAS using linked server</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Connect-SQL-Server-to-SAS-using-linked-server/m-p/298707#M8454</link>
      <description>&lt;P&gt;try this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%let usr = username;&lt;/P&gt;
&lt;P&gt;%let pwd = password;&lt;/P&gt;
&lt;P&gt;%let dbname = server;&lt;/P&gt;
&lt;P&gt;connect to oracle(user=&amp;amp;usr password="&amp;amp;pwd" path=&amp;amp;dbname);&lt;/P&gt;
&lt;P&gt;select * from &lt;BR /&gt; connection to oracle(select * from tableA );&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;tableA is the dataset that you wanted to read from the db server.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 16:03:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Connect-SQL-Server-to-SAS-using-linked-server/m-p/298707#M8454</guid>
      <dc:creator>DMoovendhan</dc:creator>
      <dc:date>2016-09-15T16:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Connect SQL Server to SAS using linked server</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Connect-SQL-Server-to-SAS-using-linked-server/m-p/298784#M8455</link>
      <description>&lt;P&gt;To connect to SQL Server from SAS you need a SAS ACCESS product like SAS/ACCESS to SQL Server or &lt;SPAN&gt;SAS/ACCESS to ODBC both installed and licensed. Run the following to confirm what SAS products you have:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc product_status; run;

proc setinit; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 20:12:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Connect-SQL-Server-to-SAS-using-linked-server/m-p/298784#M8455</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-09-15T20:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Connect SQL Server to SAS using linked server</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Connect-SQL-Server-to-SAS-using-linked-server/m-p/298842#M8456</link>
      <description>&lt;PRE&gt;
What do you mean by linked server ?


https://communities.sas.com/t5/SAS-Analytics-U/Connect-to-SQL-Server-Oracle-Database-by-SAS-University-Edition/m-p/273857

&lt;/PRE&gt;</description>
      <pubDate>Fri, 16 Sep 2016 02:36:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Connect-SQL-Server-to-SAS-using-linked-server/m-p/298842#M8456</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-09-16T02:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Connect SQL Server to SAS using linked server</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Connect-SQL-Server-to-SAS-using-linked-server/m-p/298935#M8457</link>
      <description>&lt;P&gt;If I read the question carefully, I think that all answers so far are backwards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And no, SAS doesn't support database linking using&amp;nbsp;the SQL Server concept. (Does that work with any other database?)&lt;/P&gt;
&lt;P&gt;To access SAS data you need a SAS ODBC driver, and the SAS server set up for ODBC connections. Usually this means a license for SAS/SHARE&amp;nbsp;and SAS/SHARE*NET is required. Contact you SAS server administrator/responsible&amp;nbsp;for help.&lt;/P&gt;
&lt;P&gt;If you are lucky (?) to have SAS installed locally to your SQL Server, you have the ODBC routine start SAS interactively in the background. But this is definitely&amp;nbsp;not a production&amp;nbsp;like scenario - for personal use only.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 13:57:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Connect-SQL-Server-to-SAS-using-linked-server/m-p/298935#M8457</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-09-16T13:57:02Z</dc:date>
    </item>
  </channel>
</rss>

