<?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: how to get sql server schema data in to sas for automation purpose in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-sql-server-schema-data-in-to-sas-for-automation/m-p/553266#M153834</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15475"&gt;@andreas_lds&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let's agree to disagree. I tend to think that the concept of SAS Metadata is for "Base SAS users" 2nd level and most of the time only of importance for BI/DIS applications - or if using Metadata security.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Apr 2019 14:10:57 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2019-04-23T14:10:57Z</dc:date>
    <item>
      <title>how to get sql server schema data in to sas for automation purpose</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-sql-server-schema-data-in-to-sas-for-automation/m-p/553216#M153812</link>
      <description>&lt;P&gt;how to get sql server&amp;nbsp; schema data into sas for automation purpose&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 13:10:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-get-sql-server-schema-data-in-to-sas-for-automation/m-p/553216#M153812</guid>
      <dc:creator>jayasubbareddy</dc:creator>
      <dc:date>2019-04-23T13:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to get sql server schema data in to sas for automation purpose</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-sql-server-schema-data-in-to-sas-for-automation/m-p/553220#M153815</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/267681"&gt;@jayasubbareddy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS provides access modules to interface with data bases (like SAS Access to SQL Server or SAS Access to ODBC). If you've got one of these access modules licensed and installed then it's just a question of configuration to access a SQL Server database.&lt;/P&gt;
&lt;P&gt;Can you provide a bit more detail? Where are you at right now? Do you have the required SAS modules licensed? Do you already have a working connection to the database? Can you "see" any of the tables?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 13:15:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-get-sql-server-schema-data-in-to-sas-for-automation/m-p/553220#M153815</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-04-23T13:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to get sql server schema data in to sas for automation purpose</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-sql-server-schema-data-in-to-sas-for-automation/m-p/553225#M153816</link>
      <description>&lt;P&gt;What exactly do you want to automate?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are the tables registered in sas metadata? If yes, you can query sashelp.vcolumns to get the tables metadata.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 13:19:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-get-sql-server-schema-data-in-to-sas-for-automation/m-p/553225#M153816</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-04-23T13:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to get sql server schema data in to sas for automation purpose</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-sql-server-schema-data-in-to-sas-for-automation/m-p/553233#M153822</link>
      <description>&lt;P&gt;libname cdm odbc uid= pwd= dsn=cdm schema=dbo&lt;/P&gt;&lt;P&gt;in this i have access but i have data in another schemas like payments_aru&amp;nbsp; and resposnsys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 13:28:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-get-sql-server-schema-data-in-to-sas-for-automation/m-p/553233#M153822</guid>
      <dc:creator>jayasubbareddy</dc:creator>
      <dc:date>2019-04-23T13:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to get sql server schema data in to sas for automation purpose</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-sql-server-schema-data-in-to-sas-for-automation/m-p/553234#M153823</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15475"&gt;@andreas_lds&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You don't need to register the tables in SAS Metadata unless you use the META engine in the libname statement.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 13:31:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-get-sql-server-schema-data-in-to-sas-for-automation/m-p/553234#M153823</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-04-23T13:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to get sql server schema data in to sas for automation purpose</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-sql-server-schema-data-in-to-sas-for-automation/m-p/553238#M153825</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/267681"&gt;@jayasubbareddy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then define another libname with this schema.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 13:32:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-get-sql-server-schema-data-in-to-sas-for-automation/m-p/553238#M153825</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-04-23T13:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to get sql server schema data in to sas for automation purpose</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-sql-server-schema-data-in-to-sas-for-automation/m-p/553264#M153833</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15475"&gt;@andreas_lds&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You don't need to register the tables in SAS Metadata unless you use the META engine in the libname statement.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Of course not, but it makes using data (and the metadata) somewhat easier, while new to sas.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 14:06:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-get-sql-server-schema-data-in-to-sas-for-automation/m-p/553264#M153833</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-04-23T14:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to get sql server schema data in to sas for automation purpose</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-sql-server-schema-data-in-to-sas-for-automation/m-p/553266#M153834</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15475"&gt;@andreas_lds&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let's agree to disagree. I tend to think that the concept of SAS Metadata is for "Base SAS users" 2nd level and most of the time only of importance for BI/DIS applications - or if using Metadata security.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 14:10:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-get-sql-server-schema-data-in-to-sas-for-automation/m-p/553266#M153834</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-04-23T14:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to get sql server schema data in to sas for automation purpose</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-sql-server-schema-data-in-to-sas-for-automation/m-p/553271#M153837</link>
      <description>&lt;P&gt;its getting error&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 14:19:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-get-sql-server-schema-data-in-to-sas-for-automation/m-p/553271#M153837</guid>
      <dc:creator>jayasubbareddy</dc:creator>
      <dc:date>2019-04-23T14:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to get sql server schema data in to sas for automation purpose</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-sql-server-schema-data-in-to-sas-for-automation/m-p/553284#M153845</link>
      <description>It would help if you post significantly more details. We don't have enough information to help you otherwise. For starters, show the code you're trying and the error you're getting.</description>
      <pubDate>Tue, 23 Apr 2019 14:47:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-get-sql-server-schema-data-in-to-sas-for-automation/m-p/553284#M153845</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-04-23T14:47:44Z</dc:date>
    </item>
  </channel>
</rss>

