<?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: Load SAS Dataset to MS SQL Server via SQL server job in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/291078#M8271</link>
    <description>I'm not aware ox that any other RDBMS has an open transport format, so why would SAS have it?&lt;BR /&gt;XML is fine unless you have large data sets, it comes with quite an overhead. And IMO not that easy to create and maintain...&lt;BR /&gt;Can't see the problem really with csv files. Many DW are based on flat file imports. The file format is agreed upon in a separate file specification  (that's your meta data).&lt;BR /&gt;If you want to have the cookie and eat it...i think you need to accept a direct ODBC connection.</description>
    <pubDate>Thu, 11 Aug 2016 20:47:35 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2016-08-11T20:47:35Z</dc:date>
    <item>
      <title>Load SAS Dataset to MS SQL Server via SQL server job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/290472#M8243</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looking for options/guidance on best ways to load a SAS dataset into&amp;nbsp;a SQL server database, having the load process be executed by SQL server (SSIS or whatever) rather than as a SAS job.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The person loading the data does have a PC SAS license (and access to a SAS BI server), so it looks like the SAS ODBC driver may be an option.&amp;nbsp; I also saw this post on using OLE &lt;A href="http://tech.lanesnotes.com/2012/06/importing-sas7bdat-file-into-sql-server.html" target="_blank"&gt;http://tech.lanesnotes.com/2012/06/importing-sas7bdat-file-into-sql-server.html&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know&amp;nbsp;we could write a SAS job to load the data.&amp;nbsp; And may eventually go that way.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But currently this DBA manages all the data loads with non-SAS tools, and we only connect to the database from SAS to read data.&amp;nbsp;&amp;nbsp;Now the DBA has a project where a SAS dataset will arrive weekly and need to be loaded automatically.&amp;nbsp; I'm hoping to recommend to him a way he could load the data that he would be comfortable with, and be able to manage the load&amp;nbsp;using tools he is already familiar with (SQL server management studio, etc), rather than introduce the execution of SAS jobs into his processes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run-time efficiency is not a critical issue, as will only be loading two tables, and will be less than a million records.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;--Q.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 14:04:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/290472#M8243</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2016-08-09T14:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Load SAS Dataset to MS SQL Server via SQL server job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/290477#M8244</link>
      <description>It's not 100% clerk from that post ifor SAS was installed locally but that is my assumption.&lt;BR /&gt;But I haven't tried it and would really like to know if this can accomplished without a SAS session. &lt;BR /&gt;There have been a number of threads discussing the possibility to read SAS data without SAS, and this concept didn't come up.</description>
      <pubDate>Tue, 09 Aug 2016 14:23:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/290477#M8244</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-08-09T14:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Load SAS Dataset to MS SQL Server via SQL server job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/290486#M8245</link>
      <description>&lt;P&gt;Agree.&amp;nbsp; In my brief reading everything suggests you need a SAS session (local or remote) for both ODBC and OLE, e.g.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/oledbpr/63701/HTML/default/viewer.htm#titlepage.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/oledbpr/63701/HTML/default/viewer.htm#titlepage.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my current use-case I'm oaky with using a SAS session, as long as the SAS session is mostly transparent to the DBA.&amp;nbsp; That is, I don't want them to be writing SAS code or feel like they are managing a SAS job.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I absolutely agree, it would be great to have a way to allow ODBC access&amp;nbsp; (or similar) to SAS datasets without needing a SAS session.&amp;nbsp; Since SAS gives away the SAS Universal Viewer for reading SAS data sets, doesn't seem like it should be that hard to make the SAS data available to non-SAS applications, without requiring a full SAS session.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Googling turns up lots of recommendations to dump the SAS dataset to CSV, or play with scripting some mix of&amp;nbsp;third-party solutions (cozyroc, stat transfer, R etc).&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 15:13:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/290486#M8245</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2016-08-09T15:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Load SAS Dataset to MS SQL Server via SQL server job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/290523#M8246</link>
      <description>Ok,  so from an architectural point of view I would recommend that you store the SAS data on the SAS Server, and you access it from SSIS using OLEDB or ODBC. If the SAS server is remote to SSIS you need to investigate if there's additional licenses required, such as SHARE and SHARE*NET.</description>
      <pubDate>Tue, 09 Aug 2016 17:32:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/290523#M8246</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-08-09T17:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Load SAS Dataset to MS SQL Server via SQL server job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/290555#M8247</link>
      <description>&lt;P&gt;A couple of suggestions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Use SAS to load a temporary SQL Server table which is then used by the SQL Server load process.&lt;/LI&gt;
&lt;LI&gt;Write a delimited file from SAS then get&amp;nbsp;&lt;SPAN&gt;the SQL Server load process to read the delimited file (already mentioned by&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/19879"&gt;@Quentin﻿&lt;/a&gt;)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 09 Aug 2016 19:37:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/290555#M8247</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-08-09T19:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Load SAS Dataset to MS SQL Server via SQL server job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/290605#M8248</link>
      <description>&lt;PRE&gt;
Can you make a SHELL or BAT file and let SQL Admin execute it ?

&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 Aug 2016 02:02:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/290605#M8248</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-08-10T02:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Load SAS Dataset to MS SQL Server via SQL server job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/290716#M8259</link>
      <description>Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;.  You mean a BAT file to execute a SAS program to load the data?  Yes, I could, but my goal is to remove SAS from the process.  That is, if a DBA is asked to load a SAS dataset into a MS SQL Server database and does not have access to a SAS programmer, what is the best way for them to do it?  This question comes up a lot on the 'net, but I haven't seen a good answer. &lt;BR /&gt;&lt;BR /&gt;Has anyone had success with using ODBC or OLE connections to read data from SAS datasets into SQL Server?  Are there good reasons to prefer one or the other?</description>
      <pubDate>Wed, 10 Aug 2016 14:22:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/290716#M8259</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2016-08-10T14:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Load SAS Dataset to MS SQL Server via SQL server job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/290717#M8260</link>
      <description>Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;  I'm hoping to avoid writing data to CSV and losing all the metadata.  But if the DBA can't come up with a nice ODBC/OLE solution, I may try using SAS to load the data to a temp SQL server staging table.  The down side is it would keep SAS code in the middle of the ETL process.  But at least it would keep the DBA in charge of loading the data from the staging table into the main tables.  And they could manage any data validation/integrity constraints/error trapping when they do that load.</description>
      <pubDate>Wed, 10 Aug 2016 14:27:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/290717#M8260</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2016-08-10T14:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Load SAS Dataset to MS SQL Server via SQL server job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/290723#M8261</link>
      <description>&lt;P&gt;You could get a utilty tool such as STAT/Transfer for the DBA to use. They could use that to then deal with many sources of data, not just SAS datasets.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could also look at R and Python utilities that can read SAS datasets.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 14:44:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/290723#M8261</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2016-08-10T14:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Load SAS Dataset to MS SQL Server via SQL server job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/290729#M8262</link>
      <description>&lt;P&gt;If I changed the question to how to load a SAS Transport file (instead of a native SAS dataset) into MS SQL Server, without SAS code or a third-party application,&amp;nbsp;would that make life easier for the DBA?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My vague memory is that the format of SAS Transport files is not proprietary, so it's possible there may be free ODBC drivers provided by SAS (or others) for reading data from them??&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 14:58:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/290729#M8262</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2016-08-10T14:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Load SAS Dataset to MS SQL Server via SQL server job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/290993#M8267</link>
      <description>Not sure if I understand now, why is it necessary to remove SAS from the flow? It's still SAS data, and you would still need SAS to (re-) create it...?&lt;BR /&gt;&lt;BR /&gt;The only transport format that is somewhat open is the V6 xport engine. Doesn't sounds like a futuristic approach to me.</description>
      <pubDate>Thu, 11 Aug 2016 14:49:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/290993#M8267</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-08-11T14:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Load SAS Dataset to MS SQL Server via SQL server job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/291019#M8268</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH﻿&lt;/a&gt;.&amp;nbsp; If changing to tranpsort files would make our DBA's life easier on the load side, my thought was to ask the data provisioner to change to send tranpsort files instead of .sas7bdat.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I hadn't realized that only the v6 xport files were open.&amp;nbsp; I'm not going to ask the provisioner to go back to 8 character var names etc.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 16:09:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/291019#M8268</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2016-08-11T16:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Load SAS Dataset to MS SQL Server via SQL server job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/291059#M8269</link>
      <description>If you can consider transport files I think you could also accept csv files. Should be quite similar work effort.</description>
      <pubDate>Thu, 11 Aug 2016 19:43:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/291059#M8269</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-08-11T19:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Load SAS Dataset to MS SQL Server via SQL server job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/291071#M8270</link>
      <description>&lt;P&gt;Sure, but with csv you lose metadata and have to think about maintaining precision.&amp;nbsp; So maybe XML to keep the metadata with the file...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So yeah, there are alternatives to delivering SAS datasets, but the core question remains, &lt;EM&gt;if a non-SASsy DBA receives a SAS dataset, what is&amp;nbsp;the best/easiest way for them to read it into their database?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm casually aware that there are R /python / etc folks who have tried to read SAS datasets with varying success (and updates with SAS versions etc),&amp;nbsp; and I would guess cozyroc has written their own ODBC diver to do similar (?).&amp;nbsp;&amp;nbsp; Then as mentioned, stat/transfer and formerly DBMS copy are probably scriptable.&amp;nbsp; But having outsiders&amp;nbsp;reverse-engineer this can only work so well.&amp;nbsp;&amp;nbsp; I see a lot of posts online where a DBA is asking "what the #$?!!&amp;nbsp; can I do with this SAS dataset that was dropped in my hands."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm fine with SAS having a closed/proprietary format for storing data.&amp;nbsp;But would be nice to have an open transport format as well that maintained variable names, labels, formats, and numeric precision.&amp;nbsp; Even if it was less efficient, and perhaps didn't have all the bells and whistles of a native SAS dataset (integrity constraints, audit trails, indexes, etc.).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 20:18:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/291071#M8270</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2016-08-11T20:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Load SAS Dataset to MS SQL Server via SQL server job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/291078#M8271</link>
      <description>I'm not aware ox that any other RDBMS has an open transport format, so why would SAS have it?&lt;BR /&gt;XML is fine unless you have large data sets, it comes with quite an overhead. And IMO not that easy to create and maintain...&lt;BR /&gt;Can't see the problem really with csv files. Many DW are based on flat file imports. The file format is agreed upon in a separate file specification  (that's your meta data).&lt;BR /&gt;If you want to have the cookie and eat it...i think you need to accept a direct ODBC connection.</description>
      <pubDate>Thu, 11 Aug 2016 20:47:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/291078#M8271</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-08-11T20:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Load SAS Dataset to MS SQL Server via SQL server job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/291092#M8272</link>
      <description>&lt;P&gt;Well SAS isn't really an RDBMS (though of course it can be used like one), the SAS dataset is just a file format.&amp;nbsp; People pass around files (they do not pass around RDBMS tables), and people want to be able to read the files they receive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks likes IBM provides free ODBC drivers to read SPSS files, I think that's a good thing. &lt;A href="http://www-01.ibm.com/support/docview.wss?uid=swg21483499" target="_blank"&gt;http://www-01.ibm.com/support/docview.wss?uid=swg21483499&lt;/A&gt;&amp;nbsp; I'm not sure if .xlsx is fully open, but if not it was a huge step by Microsoft&amp;nbsp;toward openness.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see plenty of questions online&amp;nbsp;like "How do I read [SPSS file / SAS file / Stata file /etc ] into [SQL server / Tableau / Excel/ etc ]?"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To my mind, giving the general public an easy way to read SAS datasets makes SAS more useful/valuable.&amp;nbsp; If not by opening up the format, then by providing free readers.&amp;nbsp; SAS already provides the SAS Universal Viewer free, which I think is great.&amp;nbsp; Why not also provide free ODBC drivers to allow the public to read SAS datasets without having a SAS license?&amp;nbsp; This would make SAS datasets more valuable.&amp;nbsp; In the same way as the FDA's acceptance of SAS XPORT (v. 5&amp;nbsp;! : ) files makes SAS more valuable.&amp;nbsp; [FDA is able to accept them, because the the format is open (&lt;A href="https://support.sas.com/techsup/technote/ts140_2.pdf" target="_blank"&gt;https://support.sas.com/techsup/technote/ts140_2.pdf&lt;/A&gt;).&amp;nbsp;]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a side note, I'm curious how it works now for folks who develop Stat/Transfer, DataDirect drivers (which are used by many SAS/ACCESS products),&amp;nbsp;and such.&amp;nbsp; When SAS comes up with a new data format, do they sit down and try to reverse-engineer it so that they can read the data (same as the R folks and python folks would do?)&amp;nbsp; Or does SAS partner with some of them to make it easier for them to read in SAS data correctly?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 22:43:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/291092#M8272</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2016-08-11T22:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Load SAS Dataset to MS SQL Server via SQL server job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/291136#M8274</link>
      <description>&lt;PRE&gt;
SAS did offer the JDBC driver to allow to read SAS table by writing some Java code. 
But that is beyond my knowledge. Maybe you could give a talk to sas support and 
see what you could do. I believe even though you could read SAS table,but you 
need to write some Java Or C# code. I don't know .



&lt;/PRE&gt;</description>
      <pubDate>Fri, 12 Aug 2016 04:38:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/291136#M8274</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-08-12T04:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Load SAS Dataset to MS SQL Server via SQL server job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/420824#M12916</link>
      <description>&lt;P&gt;If the goal is to have MS SQL Server load the source data (originally in SAS7BDAT format) the user or admin would need to convert the SAS7BDAT file format to a supported format, such as ASCII CSV for MS SQL Server Transact-SQL or BULK INSERT to load to a DBMS table.&amp;nbsp; Conversely, SAS/ACCESS Interface offers ODBC based bulk loading into MS SQL Server.&lt;BR /&gt;&lt;BR /&gt;Ideally you use SAS to push to SQL Server.&amp;nbsp; But if you can't, these are the standard drivers that you can use to pull SAS data in.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;ODBC,&amp;nbsp;&lt;A href="http://go.documentation.sas.com/?docsetId=odbcdref&amp;amp;docsetTarget=n01ugmh99e646vn19a7rzscg9dmy.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en"&gt;using the SAS ODBC driver&lt;/A&gt;to access data available in SAS/SHARE or SPDS&lt;/LI&gt;
&lt;LI&gt;OLE DB (Microsoft applications), using the&amp;nbsp;&lt;A href="https://blogs.sas.com/content/sasdummy/2012/04/12/build-your-own-sas-data-set-viewer-using-powershell/" target="_blank"&gt;SAS Local OLE DB Provider&lt;/A&gt;(for data set files like sas7bdat) or the SAS IOM OLE DB Provider (for connecting to SAS Workspace sessions)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://go.documentation.sas.com/?docsetId=jdbcref&amp;amp;docsetTarget=n1rnpdq7idcrnyn17s5hv9g6x3rd.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en"&gt;JDBC for Java-based applications&lt;/A&gt;, connecting to SAS/SHARE or SAS Workspace sessions&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;You can also use Python -- via SASPy -- to read&amp;nbsp;&lt;A href="https://blogs.sas.com/content/sasdummy/2018/02/05/python-sas-university-edition/" target="_blank"&gt;SAS data sets from an active SAS session and convert into Python pandas data frames&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 20:01:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/420824#M12916</guid>
      <dc:creator>ACBradley</dc:creator>
      <dc:date>2018-02-13T20:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Load SAS Dataset to MS SQL Server via SQL server job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/438045#M13525</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/19879"&gt;@Quentin&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since this question is about Microsoft SQL Server, I think&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/28254"&gt;@ACBradley&lt;/a&gt;&amp;nbsp;has your solution.&amp;nbsp;&amp;nbsp;Have your DBA check-out the SAS Local OLE DB Provider link (which points to a great article by&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best wishes,&lt;/P&gt;
&lt;P&gt;Jeff&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 18:59:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Load-SAS-Dataset-to-MS-SQL-Server-via-SQL-server-job/m-p/438045#M13525</guid>
      <dc:creator>JBailey</dc:creator>
      <dc:date>2018-02-16T18:59:15Z</dc:date>
    </item>
  </channel>
</rss>

