<?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: SAS EG Modify data in MSSQL data table in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Modify-data-in-MSSQL-data-table/m-p/48390#M5337</link>
    <description>If you are limited to EG, I would say no.&lt;BR /&gt;
We have also tried to use it to update data, and it doesn't work too well on all scenarios.&lt;BR /&gt;
Is there are specific problem which makes you looking for an alternative?&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
    <pubDate>Sat, 23 Apr 2011 19:39:28 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2011-04-23T19:39:28Z</dc:date>
    <item>
      <title>SAS EG Modify data in MSSQL data table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Modify-data-in-MSSQL-data-table/m-p/48387#M5334</link>
      <description>Hi there, i wonder if there is any practical way to update data in MSSQL through EG with direct modification on data value in a dataview.&lt;BR /&gt;
&lt;BR /&gt;
I currently assigned a library referencing to MSSQL database and direct open the data in the library with data protect off to have direct modification on MSSQL data.&lt;BR /&gt;
&lt;BR /&gt;
I wonder if there is any other method, please advice thanks</description>
      <pubDate>Tue, 12 Apr 2011 07:36:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Modify-data-in-MSSQL-data-table/m-p/48387#M5334</guid>
      <dc:creator>SASDump</dc:creator>
      <dc:date>2011-04-12T07:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Modify data in MSSQL data table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Modify-data-in-MSSQL-data-table/m-p/48388#M5335</link>
      <description>You should be able to use the normal SAS update procedures like proc sql or data step modify.</description>
      <pubDate>Tue, 12 Apr 2011 11:57:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Modify-data-in-MSSQL-data-table/m-p/48388#M5335</guid>
      <dc:creator>DBailey</dc:creator>
      <dc:date>2011-04-12T11:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Modify data in MSSQL data table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Modify-data-in-MSSQL-data-table/m-p/48389#M5336</link>
      <description>Yes, I know I could use SAS procedure SQL or data step to update. I am just asking for alternative with direct modification on data just by dataview. And i am asking if I am using the practical way to perform this? I just wndering if there is other way to do such purpose. Please advice thanks!</description>
      <pubDate>Tue, 12 Apr 2011 14:35:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Modify-data-in-MSSQL-data-table/m-p/48389#M5336</guid>
      <dc:creator>SASDump</dc:creator>
      <dc:date>2011-04-12T14:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Modify data in MSSQL data table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Modify-data-in-MSSQL-data-table/m-p/48390#M5337</link>
      <description>If you are limited to EG, I would say no.&lt;BR /&gt;
We have also tried to use it to update data, and it doesn't work too well on all scenarios.&lt;BR /&gt;
Is there are specific problem which makes you looking for an alternative?&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Sat, 23 Apr 2011 19:39:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Modify-data-in-MSSQL-data-table/m-p/48390#M5337</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2011-04-23T19:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Modify data in MSSQL data table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Modify-data-in-MSSQL-data-table/m-p/48391#M5338</link>
      <description>well, actually updating via sas dataset can be the solution of my case for direct updating the data in MSSQL table. I am just trying figure out if there is any alternative only as i am a nobody in SAS environment and just want to have some feedback from you guys expert or experienced programmer in SAS. Thanks for your reply!</description>
      <pubDate>Sun, 24 Apr 2011 14:49:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Modify-data-in-MSSQL-data-table/m-p/48391#M5338</guid>
      <dc:creator>SASDump</dc:creator>
      <dc:date>2011-04-24T14:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Modify data in MSSQL data table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Modify-data-in-MSSQL-data-table/m-p/48392#M5339</link>
      <description>Updating via data viewer can work ok, but it's not ideal.&lt;BR /&gt;
Things to consider:&lt;BR /&gt;
-Avoid meta libanme&lt;BR /&gt;
-Defaults constraints: it won't work, especially together with NOT NULL constraint.&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Tue, 26 Apr 2011 10:24:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Modify-data-in-MSSQL-data-table/m-p/48392#M5339</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2011-04-26T10:24:31Z</dc:date>
    </item>
  </channel>
</rss>

