<?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 SAS Visual Analytics in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Visual-Analytics/m-p/127004#M1359</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have SQL database named as TESTDB. I want to connect it with SAS Visual Analytic througah Prepare Data Connection. &lt;STRONG&gt;How do i make connection ?&lt;/STRONG&gt; Lets say after making connection with the database, I want to explore data for making the report.&lt;STRONG&gt; Is it all data with data table structure in once for doing in - memory analytic ?&lt;/STRONG&gt; how do it refresh the data as my database is updated after sometime ? Is it only update the remaining updation part or it will&amp;nbsp; reload the data again ? Please let me know if there any document or ppt&amp;nbsp; is available.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 31 Aug 2013 11:21:56 GMT</pubDate>
    <dc:creator>abinesh_kumar</dc:creator>
    <dc:date>2013-08-31T11:21:56Z</dc:date>
    <item>
      <title>SAS Visual Analytics</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Visual-Analytics/m-p/127004#M1359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have SQL database named as TESTDB. I want to connect it with SAS Visual Analytic througah Prepare Data Connection. &lt;STRONG&gt;How do i make connection ?&lt;/STRONG&gt; Lets say after making connection with the database, I want to explore data for making the report.&lt;STRONG&gt; Is it all data with data table structure in once for doing in - memory analytic ?&lt;/STRONG&gt; how do it refresh the data as my database is updated after sometime ? Is it only update the remaining updation part or it will&amp;nbsp; reload the data again ? Please let me know if there any document or ppt&amp;nbsp; is available.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Aug 2013 11:21:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Visual-Analytics/m-p/127004#M1359</guid>
      <dc:creator>abinesh_kumar</dc:creator>
      <dc:date>2013-08-31T11:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Visual Analytics</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Visual-Analytics/m-p/127005#M1360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/vaug/66223/HTML/default/viewer.htm#p055sut2s0qj4tn1s3eq899nuh5x.htm" title="http://support.sas.com/documentation/cdl/en/vaug/66223/HTML/default/viewer.htm#p055sut2s0qj4tn1s3eq899nuh5x.htm"&gt;SAS(R) Visual Analytics 6.2: User's Guide&lt;/A&gt; (About Access to DBMS Data)&lt;/P&gt;&lt;P&gt;Is build on top of the metdataserver and sas-base. That part should be familiar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The high performance part is the new one part.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/vaug/66223/HTML/default/viewer.htm#n0ac7y1hn3kqmrn1psbrzow4cwih.htm" title="http://support.sas.com/documentation/cdl/en/vaug/66223/HTML/default/viewer.htm#n0ac7y1hn3kqmrn1psbrzow4cwih.htm"&gt;SAS(R) Visual Analytics 6.2: User's Guide&lt;/A&gt; (Loading a Table to SAS LASR Analytic Server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hadoop is a little bit different compared to old DBMS approaches. The cube building of Kimball/Inmon is solved different, not the heavy loaded preparation part on that anymore. Does this help? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Aug 2013 12:12:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Visual-Analytics/m-p/127005#M1360</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2013-08-31T12:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Visual Analytics</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Visual-Analytics/m-p/127006#M1361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Abinesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a ODBC or SQL Server library that can point to that data that you wish to load.&amp;nbsp; I have enclosed an example from another blog:&amp;nbsp; &lt;A href="http://blogs.sas.com/content/sgf/2013/02/13/registering-dbms-data-in-sas-management-console/" title="http://blogs.sas.com/content/sgf/2013/02/13/registering-dbms-data-in-sas-management-console/"&gt;Setting up DBMS servers - SAS Users Groups&lt;/A&gt;.&amp;nbsp; Once you create that library in SAS management console then you should be able to point to an SQL database and load a table from that library(One table at a time).&amp;nbsp; The steps might be different on a Linux environment , but the blog I have enclosed is a good framework for you to start down your path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have the table in a library you interact with no differently than you would with a SAS dataset that you would lift directly into memory from the VA Administrator\Manage Environment utility.&amp;nbsp; You can also interact with that table from the Database in Visual Data builder in the same fashion as if it were a SAS dataset.&amp;nbsp; Please let me know if there are further questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also would invite you to join the new SAS community for SAS Visual Analytics.&amp;nbsp;&amp;nbsp; &lt;A __default_attr="2027" __jive_macro_name="community" class="jive_macro jive_macro_community" href="https://communities.sas.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ted Werner&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 21:01:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Visual-Analytics/m-p/127006#M1361</guid>
      <dc:creator>ted_werner_sas_com</dc:creator>
      <dc:date>2013-11-14T21:01:30Z</dc:date>
    </item>
  </channel>
</rss>

