<?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: Case sensitive Schema in Libname statement when connectiong to SQL tables with AD account? in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Case-sensitive-Schema-in-Libname-statement-when-connectiong-to/m-p/379541#M11559</link>
    <description>&lt;P&gt;Thank you TomKari!&lt;/P&gt;&lt;P&gt;The thing I do not understand are:&lt;/P&gt;&lt;P&gt;1) The schema is not case sensitive in SQL Studio, just like the database name etc.&lt;/P&gt;&lt;P&gt;2) The database name and&amp;nbsp;the server name&amp;nbsp;are not case sensitive in SAS Libname statement&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Combine 1) and 2), I did not see anything special about schema, then why only schema is case sensitive in SAS Libname statement?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jade&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jul 2017 20:16:42 GMT</pubDate>
    <dc:creator>Jade_SAS</dc:creator>
    <dc:date>2017-07-26T20:16:42Z</dc:date>
    <item>
      <title>Case sensitive Schema in Libname statement when connectiong to SQL tables with AD account?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Case-sensitive-Schema-in-Libname-statement-when-connectiong-to/m-p/379472#M11557</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have difficulty to understand why the schema is case sensitive in libname statement when connecting to SQL tables with AD account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example:&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN style="background: white; color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;LIBNAME&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&amp;nbsp;test &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;SQLSVR&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;DATASRC&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;quot;Courier New&amp;quot;;"&gt;='SQL_Server_name' &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;qualifier&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;quot;Courier New&amp;quot;;"&gt;=SQL_Database_name &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;SCHEMA&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;quot;Courier New&amp;quot;;"&gt;=&lt;FONT color="#ff0000"&gt;dbo &lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;USER&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;quot;Courier New&amp;quot;;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: &amp;quot;Courier New&amp;quot;;"&gt;'domain\windows_ID'&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;PASSWORD&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;quot;Courier New&amp;quot;;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: &amp;quot;Courier New&amp;quot;;"&gt;'windows_Password'&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;quot;Courier New&amp;quot;;"&gt;;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here the schema &lt;FONT color="#ff0000"&gt;dbo&lt;/FONT&gt; is case sensitive, but the SQL server name and SQL database name are not case sensitive. Do you know the reason of that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Jade&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 17:16:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Case-sensitive-Schema-in-Libname-statement-when-connectiong-to/m-p/379472#M11557</guid>
      <dc:creator>Jade_SAS</dc:creator>
      <dc:date>2017-07-26T17:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitive Schema in Libname statement when connectiong to SQL tables with AD account?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Case-sensitive-Schema-in-Libname-statement-when-connectiong-to/m-p/379521#M11558</link>
      <description>&lt;P&gt;It has caused a bunch of people problems through the years. I don't believe this has anything to do with SAS; I think that SAS just passes this through to the SQL Server engine, and this case sensitivity is a feature of SQL Server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 19:23:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Case-sensitive-Schema-in-Libname-statement-when-connectiong-to/m-p/379521#M11558</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2017-07-26T19:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitive Schema in Libname statement when connectiong to SQL tables with AD account?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Case-sensitive-Schema-in-Libname-statement-when-connectiong-to/m-p/379541#M11559</link>
      <description>&lt;P&gt;Thank you TomKari!&lt;/P&gt;&lt;P&gt;The thing I do not understand are:&lt;/P&gt;&lt;P&gt;1) The schema is not case sensitive in SQL Studio, just like the database name etc.&lt;/P&gt;&lt;P&gt;2) The database name and&amp;nbsp;the server name&amp;nbsp;are not case sensitive in SAS Libname statement&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Combine 1) and 2), I did not see anything special about schema, then why only schema is case sensitive in SAS Libname statement?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jade&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 20:16:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Case-sensitive-Schema-in-Libname-statement-when-connectiong-to/m-p/379541#M11559</guid>
      <dc:creator>Jade_SAS</dc:creator>
      <dc:date>2017-07-26T20:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitive Schema in Libname statement when connectiong to SQL tables with AD account?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Case-sensitive-Schema-in-Libname-statement-when-connectiong-to/m-p/379586#M11560</link>
      <description>&lt;P&gt;I agree with you that it's odd. Unfortunately, there's no way for us to tell whether it's still case sensitive in SQL Studio, and the product adapts for that, or whether SAS is doing something odd. Just one of those things we have to live with.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I can report that the same behaviour exists with at least one other database product (can't remember which, it was years ago), so that leads me to think it's the first option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 22:16:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Case-sensitive-Schema-in-Libname-statement-when-connectiong-to/m-p/379586#M11560</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2017-07-26T22:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitive Schema in Libname statement when connectiong to SQL tables with AD account?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Case-sensitive-Schema-in-Libname-statement-when-connectiong-to/m-p/383813#M11576</link>
      <description>&lt;P&gt;Thank you, Tom!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 17:11:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Case-sensitive-Schema-in-Libname-statement-when-connectiong-to/m-p/383813#M11576</guid>
      <dc:creator>Jade_SAS</dc:creator>
      <dc:date>2017-07-28T17:11:17Z</dc:date>
    </item>
  </channel>
</rss>

