<?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: Connect to MS SQL Server through SAS in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759696#M39261</link>
    <description>what do I need to specify for the nonprompt component like server and database and such? Can you please give me an example?</description>
    <pubDate>Thu, 05 Aug 2021 14:00:30 GMT</pubDate>
    <dc:creator>tampham92</dc:creator>
    <dc:date>2021-08-05T14:00:30Z</dc:date>
    <item>
      <title>Connect to MS SQL Server through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759139#M39227</link>
      <description>&lt;P&gt;Hello, I am trying to connect to MS SQL Server data table through SAS and I ran into this issue and not sure what it means.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran the following code and got issue&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql;&lt;BR /&gt;connect to SQLSVR as mydb (datasrc="SQL_SAS" user="XXX" password="XXX");&lt;BR /&gt;select * from connection to mydb&lt;BR /&gt;(select * from DATA_TABLE);&lt;BR /&gt;quit;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;23 GOPTIONS ACCESSIBLE;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;24 proc sql;&lt;BR /&gt;25 connect to SQLSVR as mydb (datasrc="SQL_SAS" user="XXXXXX" password=XXXXXXXXXX);&lt;BR /&gt;&lt;STRONG&gt;ERROR: CLI error trying to establish connection: [DataDirect][ODBC lib] Data source name not found and no default driver specified&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;NOTE: PROC SQL set option NOEXEC and will continue to check the syntax of statements.&lt;/STRONG&gt;&lt;BR /&gt;26 select * from connection to mydb&lt;BR /&gt;27 (select * from DATA_TABLE);&lt;BR /&gt;&lt;STRONG&gt;ERROR: The MYDB engine cannot be found.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ERROR: A Connection to the mydb DBMS is not currently supported, or is not installed at your site.&lt;/STRONG&gt;&lt;BR /&gt;28 quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I already added that SQL_SAS datasource into the ODBC Datasouce Administrator but it still did not work.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tampham92_0-1628023231883.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/62223iBC2B353FE6FE9C5F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tampham92_0-1628023231883.png" alt="tampham92_0-1628023231883.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for any help.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 20:41:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759139#M39227</guid>
      <dc:creator>tampham92</dc:creator>
      <dc:date>2021-08-03T20:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL Server through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759144#M39228</link>
      <description>&lt;P&gt;Where is your SAS program running? Locally on your PC or on a remote SAS server? If you are using EG as your SAS interface and you are using a connection profile then your program is running on a remote SAS server. This is where your data source needs to be defined.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 21:02:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759144#M39228</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-08-03T21:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL Server through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759394#M39234</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/176468"&gt;@tampham92&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I already added that SQL_SAS datasource into the ODBC Datasouce Administrator but it still did not work.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tampham92_0-1628023231883.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/62223iBC2B353FE6FE9C5F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tampham92_0-1628023231883.png" alt="tampham92_0-1628023231883.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you're using ODBC, you need to say "Connect to &lt;STRONG&gt;ODBC.&lt;/STRONG&gt;.." not "SQLSVR".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try the below code (fix the password and such first of course).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
	connect to ODBC as mydb (datasrc="SQL_SAS" user="XXX" password="XXX");
	select * from connection to mydb
	(select * from DATA_TABLE);
	quit;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 04 Aug 2021 17:05:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759394#M39234</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2021-08-04T17:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL Server through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759439#M39236</link>
      <description>&lt;P&gt;&amp;nbsp;I running it on a SAS server.&lt;/P&gt;&lt;P&gt;I got this error when I used "connect to ODBC"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tampham92_0-1628102834091.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/62261i4899EE2C0335E3C5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tampham92_0-1628102834091.png" alt="tampham92_0-1628102834091.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 18:47:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759439#M39236</guid>
      <dc:creator>tampham92</dc:creator>
      <dc:date>2021-08-04T18:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL Server through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759450#M39237</link>
      <description>&lt;P&gt;Hmmm.&amp;nbsp; That's odd.&amp;nbsp; Would you please run some code for me?&amp;nbsp; This will help narrow down what the problem might be.&amp;nbsp; Run the following:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC  SETINIT;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;You should get output (among other things) in the log that looks like this:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;---Base SAS Software &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;---SAS/STAT &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;---SAS/CONNECT &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;---SAS/ACCESS Interface to PC Files &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;---&lt;STRONG&gt;SAS/ACCESS Interface to ODBC&lt;/STRONG&gt; &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;---SAS Workspace Server for Local Access&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm looking for&amp;nbsp;&lt;STRONG&gt;SAS/ACCESS Interface to ODBC&lt;/STRONG&gt;&lt;STRONG&gt;.&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;Before we go too much farther, we should make sure that is installed on your server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 19:13:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759450#M39237</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2021-08-04T19:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL Server through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759463#M39240</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tampham92_0-1628105627617.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/62264i7A7081DFC4B3170D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tampham92_0-1628105627617.png" alt="tampham92_0-1628105627617.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 19:34:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759463#M39240</guid>
      <dc:creator>tampham92</dc:creator>
      <dc:date>2021-08-04T19:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL Server through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759476#M39242</link>
      <description>&lt;P&gt;Rather than using the built-in variables, try a direct connection string. This keeps you from having to put the name in place. Also, try the udl file trick (search or just look here: &lt;A href="http://www.polyweb.com/blog/index.php/archives/17" target="_blank"&gt;Dan Swearingen's Tech Stuff Blog » Blog Archive » Using a UDL file to generate and test database connection strings (polyweb.com)&lt;/A&gt;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname SQLREF ODBC NOPROMPT="server=Server01.mycompany.com;driver=ODBC Driver 17 for SQL Server;Trusted_Connection=yes;Database=MY_DB;"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;STRINGDATES=NO IGNORE_READ_ONLY_COLUMNS=YES SCHEMA=DBO BULKLOAD=YES;
&lt;BR /&gt;proc sql;
&amp;nbsp;&amp;nbsp; SELECT DISTINCT SampleMode
 &amp;nbsp; FROM SQLRef.Sales2016
 &amp;nbsp; ;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 19:54:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759476#M39242</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2021-08-04T19:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL Server through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759477#M39243</link>
      <description>what do I need to put for server?</description>
      <pubDate>Wed, 04 Aug 2021 19:55:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759477#M39243</guid>
      <dc:creator>tampham92</dc:creator>
      <dc:date>2021-08-04T19:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL Server through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759478#M39244</link>
      <description>&lt;P&gt;OK, great.&amp;nbsp; So, you've definitely got ODBC capability in your SAS environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;QUESTIONS:&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp; Could it be a timing issue?&amp;nbsp; When did you set up the ODBC DSN?&amp;nbsp; Have you tried opening a fresh SAS session and trying your code there?&amp;nbsp; I doubt that's the issue, but maybe.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp; What are your driver options?&amp;nbsp; I see "SQL Server" in your ODBC set up.&amp;nbsp; I have "SQL Server Native Client 11.0" in mine.&amp;nbsp; Are there any other driver options available to you?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3.&amp;nbsp; Is there anyone else in your shop that has the connection working?&amp;nbsp; Perhaps you could ask them about what their settings are for the DSN that they set up in the ODBC Data Source Administrator.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 19:56:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759478#M39244</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2021-08-04T19:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL Server through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759480#M39245</link>
      <description>QUESTIONS:&lt;BR /&gt;&lt;BR /&gt;1.  Could it be a timing issue?  When did you set up the ODBC DSN?  Have you tried opening a fresh SAS session and trying your code there?  I doubt that's the issue, but maybe.&lt;BR /&gt;- I set it up yesterday and I expect it should work right away&lt;BR /&gt; &lt;BR /&gt;2.  What are your driver options?  I see "SQL Server" in your ODBC set up.  I have "SQL Server Native Client 11.0" in mine.  Are there any other driver options available to you?&lt;BR /&gt;- I have ODBC, SQL Server and SQL Server Native Client 11.0. Which one should I use preferably? &lt;BR /&gt;&lt;BR /&gt;3.  Is there anyone else in your shop that has the connection working?  Perhaps you could ask them about what their settings are for the DSN that they set up in the ODBC Data Source Administrator&lt;BR /&gt;- Not at the moment</description>
      <pubDate>Wed, 04 Aug 2021 19:58:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759480#M39245</guid>
      <dc:creator>tampham92</dc:creator>
      <dc:date>2021-08-04T19:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL Server through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759482#M39246</link>
      <description>It said the ODBC engine cannot be found&lt;BR /&gt;&lt;BR /&gt;ERROR: The ODBC engine cannot be found.</description>
      <pubDate>Wed, 04 Aug 2021 20:00:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759482#M39246</guid>
      <dc:creator>tampham92</dc:creator>
      <dc:date>2021-08-04T20:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL Server through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759484#M39247</link>
      <description>&lt;P&gt;Try setting up a new DSN but this time use "&lt;SPAN&gt;SQL Server Native Client 11.0" and then try a version of your SAS code that uses the new DSN.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;QUESTION:&amp;nbsp; Is your SAS environment running with an 32 bit or 64 bit OS?&amp;nbsp; Would you run this bit of code and post the log, please?&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%PUT	NOTE:  &amp;amp;=SYSHOSTINFOLONG;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jim&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 20:05:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759484#M39247</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2021-08-04T20:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL Server through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759495#M39248</link>
      <description>I got this error&lt;BR /&gt;&lt;BR /&gt;libname sqwirdsn sqlsvr dsn=SQL_SAS2 user=myuser password='Start123' schema=mypw;&lt;BR /&gt;&lt;BR /&gt;ERROR: CLI error trying to establish connection: [DataDirect][ODBC lib] Data source name not found and no default driver specified</description>
      <pubDate>Wed, 04 Aug 2021 20:15:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759495#M39248</guid>
      <dc:creator>tampham92</dc:creator>
      <dc:date>2021-08-04T20:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL Server through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759499#M39249</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/176468"&gt;@tampham92&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I got this error&lt;BR /&gt;&lt;BR /&gt;libname sqwirdsn sqlsvr dsn=SQL_SAS2 user=myuser password='Start123' schema=mypw;&lt;BR /&gt;&lt;BR /&gt;ERROR: CLI error trying to establish connection: [DataDirect][ODBC lib] Data source name not found and no default driver specified&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Actually, I think that's progress.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try changing "sqlsvr" to ODBC.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;libname sqwirdsn &lt;STRIKE&gt;sqlsvr&lt;/STRIKE&gt; ODBC dsn=SQL_SAS2 user=myuser password='Start123' schema=mypw;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jim&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 20:24:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759499#M39249</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2021-08-04T20:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL Server through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759504#M39250</link>
      <description>Now I got &lt;BR /&gt;ERROR: The ODBC engine cannot be found.&lt;BR /&gt;Do you think I need the SAS Foundation and ODBC drivers installed based on what I researched</description>
      <pubDate>Wed, 04 Aug 2021 20:30:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759504#M39250</guid>
      <dc:creator>tampham92</dc:creator>
      <dc:date>2021-08-04T20:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL Server through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759505#M39251</link>
      <description>&lt;P&gt;I would try that.&amp;nbsp; SAS is not finding the DSN/driver for whatever reason, so, yes, that would be the next area to look in.&amp;nbsp; Since the driver you're using is in the list of available drivers, I'm assuming that the driver is installed, but maybe not.&amp;nbsp; Where's&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;when you need him?&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 20:32:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759505#M39251</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2021-08-04T20:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL Server through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759507#M39252</link>
      <description>&lt;P&gt;Run this to confirm if you have SAS/ACCESS to ODBC installed or not and post the output:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc product_status;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The evidence you have supplied indicates you are licensed for it, but the errors you are getting suggest you either do not have it installed or it is not configured correctly.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 20:38:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759507#M39252</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-08-04T20:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL Server through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759508#M39253</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Good ideas from&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;*&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Additional question:&amp;nbsp; Is your SAS environment running with an 32 bit or 64 bit OS?&amp;nbsp; Would you run this bit of code and post the log, please?&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE class="language-sas"&gt;&lt;CODE&gt;%PUT	NOTE:  &amp;amp;=SYSHOSTINFOLONG;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jim&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;*It took you six entire minutes to respond to my post.&amp;nbsp; You're slipping I see.&amp;nbsp; Why, I bet Superman would never have let this occur.&amp;nbsp; Tsk, tsk. &lt;span class="lia-unicode-emoji" title=":face_with_tears_of_joy:"&gt;😂&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 20:41:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759508#M39253</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2021-08-04T20:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL Server through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759509#M39254</link>
      <description>&lt;P&gt;If you use that UDL trick I mentioned, on the server, or go into the ODBC drivers and look, you can get the ODBC driver version that is on your system. The UDL trick combined with a far easier way to connect using the ODBC NOPROMPT option will help you find the issue.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 20:41:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759509#M39254</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2021-08-04T20:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL Server through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759511#M39255</link>
      <description>&lt;P&gt;This is the output&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tampham92_0-1628109760152.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/62269iE5F455275AD4A284/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tampham92_0-1628109760152.png" alt="tampham92_0-1628109760152.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 20:42:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connect-to-MS-SQL-Server-through-SAS/m-p/759511#M39255</guid>
      <dc:creator>tampham92</dc:creator>
      <dc:date>2021-08-04T20:42:57Z</dc:date>
    </item>
  </channel>
</rss>

