<?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 to remote SQL server in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Connect-to-remote-SQL-server/m-p/19778#M3058</link>
    <description>I used this code to connect to an outside SQL server and it seems to have worked:&lt;BR /&gt;
libname odbclib odbc noprompt="Driver={SQL Server};&lt;BR /&gt;
369   Server=10.100.100.100 ;&lt;BR /&gt;
370   Database=XXXwork;&lt;BR /&gt;
371   Uid=;&lt;BR /&gt;
372   Pwd=;"&lt;BR /&gt;
373   ;&lt;BR /&gt;
NOTE: Libref ODBCLIB was successfully assigned as follows:&lt;BR /&gt;
      Engine:        ODBC&lt;BR /&gt;
      Physical Name:&lt;BR /&gt;
Can someone tell me how to get table and column names from the server now?</description>
    <pubDate>Thu, 19 Nov 2009 22:08:58 GMT</pubDate>
    <dc:creator>Marilyn</dc:creator>
    <dc:date>2009-11-19T22:08:58Z</dc:date>
    <item>
      <title>Connect to remote SQL server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Connect-to-remote-SQL-server/m-p/19778#M3058</link>
      <description>I used this code to connect to an outside SQL server and it seems to have worked:&lt;BR /&gt;
libname odbclib odbc noprompt="Driver={SQL Server};&lt;BR /&gt;
369   Server=10.100.100.100 ;&lt;BR /&gt;
370   Database=XXXwork;&lt;BR /&gt;
371   Uid=;&lt;BR /&gt;
372   Pwd=;"&lt;BR /&gt;
373   ;&lt;BR /&gt;
NOTE: Libref ODBCLIB was successfully assigned as follows:&lt;BR /&gt;
      Engine:        ODBC&lt;BR /&gt;
      Physical Name:&lt;BR /&gt;
Can someone tell me how to get table and column names from the server now?</description>
      <pubDate>Thu, 19 Nov 2009 22:08:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Connect-to-remote-SQL-server/m-p/19778#M3058</guid>
      <dc:creator>Marilyn</dc:creator>
      <dc:date>2009-11-19T22:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to remote SQL server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Connect-to-remote-SQL-server/m-p/19779#M3059</link>
      <description>try this&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/15/721.html" target="_blank"&gt;http://support.sas.com/kb/15/721.html&lt;/A&gt;&lt;BR /&gt;
I searched for &lt;ODBC table="" list=""&gt; on support.sas.com&lt;/ODBC&gt;</description>
      <pubDate>Thu, 19 Nov 2009 23:41:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Connect-to-remote-SQL-server/m-p/19779#M3059</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-11-19T23:41:01Z</dc:date>
    </item>
  </channel>
</rss>

