<?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: Only part of the SQL server tables showed in the SAS explore window in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Only-part-of-the-SQL-server-tables-showed-in-the-SAS-explore/m-p/559579#M10360</link>
    <description>&lt;P&gt;Who comes up with such crazy table names? We're a VERY large insurance company, and not one table in our production database has a name in excess of 32 characters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since, in your case, the horse is already out of the barn, you can only define views within the database that fit into SAS specifications lengthwise.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Feb 2025 21:46:48 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2025-02-03T21:46:48Z</dc:date>
    <item>
      <title>Only part of the SQL server tables showed in the SAS explore window</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Only-part-of-the-SQL-server-tables-showed-in-the-SAS-explore/m-p/559544#M10351</link>
      <description>&lt;P&gt;Dear there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am stuck by a simple problem. As I connect to my SQL Server through ODBC, I can see only part of the tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following is the SAS code I used to connect to ODBC:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname  mypega	 ODBC DSN  = 'PEGA'   schema=DecisionPoint;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="SQL Server" style="width: 507px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29589i58C42EB3D71262A0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="SQL Server" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;SQL Server&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="SAS Explore Window" style="width: 402px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29590i5B71E4DF86C6C0D7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture2.PNG" alt="SAS Explore Window" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;SAS Explore Window&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone who have the same problem before?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 03:29:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Only-part-of-the-SQL-server-tables-showed-in-the-SAS-explore/m-p/559544#M10351</guid>
      <dc:creator>haowang</dc:creator>
      <dc:date>2019-05-17T03:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Only part of the SQL server tables showed in the SAS explore window</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Only-part-of-the-SQL-server-tables-showed-in-the-SAS-explore/m-p/559560#M10354</link>
      <description>&lt;P&gt;It seems that this is caused by the very long name of the SQL Server tables.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 05:35:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Only-part-of-the-SQL-server-tables-showed-in-the-SAS-explore/m-p/559560#M10354</guid>
      <dc:creator>haowang</dc:creator>
      <dc:date>2019-05-17T05:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Only part of the SQL server tables showed in the SAS explore window</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Only-part-of-the-SQL-server-tables-showed-in-the-SAS-explore/m-p/559578#M10359</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/273152"&gt;@haowang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, that's a known challenge. SAS table names can currently only be 32 characters max.&lt;/P&gt;
&lt;P&gt;You can always use explicit pass-through SQL to work with longer DB table names but if you just want them to become accessible in SAS then you need to create views which comply with the SAS naming standards.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 08:03:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Only-part-of-the-SQL-server-tables-showed-in-the-SAS-explore/m-p/559578#M10359</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-05-17T08:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Only part of the SQL server tables showed in the SAS explore window</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Only-part-of-the-SQL-server-tables-showed-in-the-SAS-explore/m-p/559579#M10360</link>
      <description>&lt;P&gt;Who comes up with such crazy table names? We're a VERY large insurance company, and not one table in our production database has a name in excess of 32 characters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since, in your case, the horse is already out of the barn, you can only define views within the database that fit into SAS specifications lengthwise.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 21:46:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Only-part-of-the-SQL-server-tables-showed-in-the-SAS-explore/m-p/559579#M10360</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2025-02-03T21:46:48Z</dc:date>
    </item>
  </channel>
</rss>

