<?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: Importing a table with long column names from SQL Server to Enterprise Guide in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-a-table-with-long-column-names-from-SQL-Server-to/m-p/267113#M18507</link>
    <description>&lt;P&gt;Cool - problem solved. Please be aware the 32 character limit also applies to table names. If you have table names &amp;gt; 32 characters they will not show in your data libraries / server list at all and you will need to use SQL passthru to read them.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Apr 2016 20:56:18 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2016-04-28T20:56:18Z</dc:date>
    <item>
      <title>Importing a table with long column names from SQL Server to Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-a-table-with-long-column-names-from-SQL-Server-to/m-p/267053#M18503</link>
      <description>&lt;P&gt;Has anyone faced problems while loading an SQL table with long column names? When i try to drag a table having long column names onto a process flow from a library , I get the error that an Open data operation and the error is that the variable &amp;lt; long column name&amp;gt; is not foind in the file.&lt;/P&gt;&lt;P&gt;It appears to me that the SAS/Access engine for SQL server is not able to recognize long column names. If anyone has experienced this, would love to know what workarounds are avaialbe for this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sethu&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2016 17:23:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-a-table-with-long-column-names-from-SQL-Server-to/m-p/267053#M18503</guid>
      <dc:creator>sethuraman_ram</dc:creator>
      <dc:date>2016-04-28T17:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Importing a table with long column names from SQL Server to Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-a-table-with-long-column-names-from-SQL-Server-to/m-p/267062#M18504</link>
      <description>&lt;P&gt;One&amp;nbsp;workaround is to create a view that has the variable renamed to something that's shorter.&lt;/P&gt;
&lt;P&gt;Then load the view.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2016 17:42:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-a-table-with-long-column-names-from-SQL-Server-to/m-p/267062#M18504</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-28T17:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Importing a table with long column names from SQL Server to Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-a-table-with-long-column-names-from-SQL-Server-to/m-p/267090#M18505</link>
      <description>&lt;P&gt;Try this SAS option: options validvarname = V7;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This should truncate on-the-fly any long SQL Server column names to no more than 32 characters.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2016 19:41:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-a-table-with-long-column-names-from-SQL-Server-to/m-p/267090#M18505</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-04-28T19:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Importing a table with long column names from SQL Server to Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-a-table-with-long-column-names-from-SQL-Server-to/m-p/267097#M18506</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I also posed this question to SAS technical support and they came back with the following solution:&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;For the long column names, in EG go to Tools&amp;gt;Options&amp;gt;SAS Programs. &amp;nbsp;&lt;/P&gt;&lt;P&gt;Put a check mark beside "Submit SAS code when server is connected" and click the Edit box. &amp;nbsp;Enter:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; options validvarname=v7;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This has the effect of truncating the long variable names but it allows me to proceed with defining tasks on EG&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2016 20:01:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-a-table-with-long-column-names-from-SQL-Server-to/m-p/267097#M18506</guid>
      <dc:creator>sethuraman_ram</dc:creator>
      <dc:date>2016-04-28T20:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Importing a table with long column names from SQL Server to Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-a-table-with-long-column-names-from-SQL-Server-to/m-p/267113#M18507</link>
      <description>&lt;P&gt;Cool - problem solved. Please be aware the 32 character limit also applies to table names. If you have table names &amp;gt; 32 characters they will not show in your data libraries / server list at all and you will need to use SQL passthru to read them.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2016 20:56:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-a-table-with-long-column-names-from-SQL-Server-to/m-p/267113#M18507</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-04-28T20:56:18Z</dc:date>
    </item>
  </channel>
</rss>

